| { |
| "name": "PushdySDK", |
| "version": "0.0.10", |
| "summary": "Pushdy SDK for iOS platform", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/Pushdy/ios-pushdy-sdk", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "quandt": "quandt@mobiletech.vn" |
| }, |
| "source": { |
| "git": "https://github.com/Pushdy/ios-pushdy-sdk.git", |
| "tag": "0.0.10" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pushdy/Classes/**/*.{h,m,swift}", |
| "swift_versions": [ |
| "4.0", |
| "4.2", |
| "5.0" |
| ], |
| "resources": "Pushdy/Classes/**/*.{png,xib,jpg}", |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "swift_version": "5.0" |
| } |