More fixes.
parent
bd77290d
Branches project-cleanup
No related tags found
Showing
- Example/Podfile.lock 1 addition, 1 deletionExample/Podfile.lock
- Example/Pods/Local Podspecs/GeneralToolsFramework.podspec.json 5 additions, 6 deletions...le/Pods/Local Podspecs/GeneralToolsFramework.podspec.json
- Example/Pods/Manifest.lock 1 addition, 1 deletionExample/Pods/Manifest.lock
- Example/Pods/Pods.xcodeproj/project.pbxproj 428 additions, 424 deletionsExample/Pods/Pods.xcodeproj/project.pbxproj
- GeneralToolsFramework.podspec 1 addition, 2 deletionsGeneralToolsFramework.podspec
This diff is collapsed.
... | ... | @@ -40,8 +40,7 @@ I, Zandor Smith, use a general set of classes in all of my iOS apps. Because I u |
# } | ||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
s.ios.frameworks = 'UIKit', 'Security' | ||
s.tvos.frameworks = 'Security' | ||
s.frameworks = 'UIKit', 'Security' | ||
s.ios.dependency 'AAPickerView', '~> 1.3' | ||
s.dependency 'Connectivity', '~> 5.0' | ||
... | ... |
Please register or sign in to comment