| { |
| "name": "SmyteSDK-Test", |
| "version": "0.2.0", |
| "summary": "An SDK for integrating Smyte.com API into your iOS Project.", |
| "description": "This is the test framework for SmyteSDK.", |
| "homepage": "http://www.smyte.com", |
| "license": "Commercial", |
| "authors": { |
| "Kalyan Vishnubhatla": "kalvish@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "http://github.com/Smyte/Smyte-iOS-SDK.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "SmyteSDK.framework/**/*.*" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| } |
| } |