blob: df13f3746764b0e4231642fcdcf051435a3104e3 [file] [log] [blame]
{
"name": "Gig",
"version": "0.1",
"license": "MIT",
"summary": "A great Twitter API client powered by Mantle and AFNetworking.",
"homepage": "https://github.com/gonzalezreal/Gig",
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"source": {
"git": "https://github.com/gonzalezreal/Gig.git",
"tag": "0.1"
},
"source_files": "Gig",
"requires_arc": true,
"dependencies": {
"Overcoat": [
"~> 1.0"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"Foundation",
"Accounts",
"Social"
]
},
"osx": {
"frameworks": [
"Foundation",
"Accounts",
"Social"
]
}
}