blob: 96060a899c33a30cdd85d15c2569e6f74640e223 [file] [log] [blame]
{
"name": "TwitterJSON",
"platforms": {
"ios": "8.0"
},
"summary": "TwitterJSON.",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Goslan": "kylegoslan@me.com"
},
"homepage": "https://github.com/KyleGoslan/TwitterJSON",
"source": {
"git": "https://github.com/KyleGoslan/TwitterJSON.git",
"tag": "0.1.0"
},
"dependencies": {
"Alamofire": [
"~> 1.3"
],
"SwiftyJSON": [
"~> 2.2.1"
]
},
"source_files": "TwitterJSON/**/*.{swift}"
}