blob: f2dfc10613bf38d633e2e0e03a0fb7caa453217c [file] [log] [blame]
{
"name": "ConnectSwift",
"version": "0.0.4",
"summary": "A declarative swift query language for Connect.",
"description": "Connect-Swift is a declarative query language for Connect.",
"homepage": "https://getconnect.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chadedrupt": "chad@getconnect.io"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/getconnect/connect-swift.git",
"tag": "0.0.4"
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}