| { |
| "name": "QiscusCoreAPI", |
| "version": "0.3.2", |
| "summary": "Qiscus Core API.", |
| "homepage": "http://qiscus.com", |
| "license": "MIT", |
| "authors": "Qiscus", |
| "source": { |
| "git": "https://github.com/Qiscus-Integration/QiscusCoreApi.git", |
| "tag": "0.3.2" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": [ |
| "QiscusCoreAPI", |
| "Source/QiscusCoreAPI/**/*.{h,m,swift}" |
| ], |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "CFNetwork", |
| "Security", |
| "Foundation", |
| "CoreServices", |
| "CoreData" |
| ] |
| }, |
| "dependencies": { |
| "SwiftyJSON": [ |
| |
| ] |
| } |
| } |