| { | |
| "name": "QiscusCoreAPI", | |
| "version": "0.2.3", | |
| "summary": "Qiscus Core API.", | |
| "homepage": "http://qiscus.com", | |
| "license": "MIT", | |
| "authors": "Qiscus", | |
| "source": { | |
| "git": "https://github.com/Qiscus-Integration/QiscusCoreApi.git", | |
| "tag": "0.2.3" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "ios": { | |
| "vendored_frameworks": "QiscusCoreAPI.framework", | |
| "frameworks": [ | |
| "UIKit", | |
| "QuartzCore", | |
| "CFNetwork", | |
| "Security", | |
| "Foundation", | |
| "MobileCoreServices", | |
| "CoreData" | |
| ] | |
| }, | |
| "dependencies": { | |
| "SwiftyJSON": [ | |
| ] | |
| } | |
| } |