| { |
| "name": "Pelcro", |
| "version": "1.1.2", |
| "license": "MIT", |
| "summary": "Your convenient SDK to access the Pelcro platform.", |
| "homepage": "https://bitbucket.org/michael-pelcro/ios-sdk/", |
| "authors": { |
| "Pelcro": "help@pelcro.com" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/michael-pelcro/ios-sdk.git", |
| "tag": "1.1.2" |
| }, |
| "documentation_url": "https://bitbucket.org/michael-pelcro/ios-sdk/", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "4.2", |
| "source_files": "Source/**/*", |
| "exclude_files": [ |
| "Source/Pelcro.h", |
| "Source/Info.plist" |
| ], |
| "frameworks": "StoreKit", |
| "dependencies": { |
| "SwiftyStoreKit": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |