blob: ed453ec1f7268d22814eac32d96e7ac39c834601 [file] [log] [blame]
{
"name": "PlayDoh",
"version": "0.1",
"license": "MIT",
"homepage": "https://github.com/LoganWright/PlayDoh",
"authors": {
"Logan Wright": "logan.william.wright@gmail.com"
},
"social_media_url": "https://twitter.com/logmaestro",
"summary": "Endpoint focused networking for iOS and OS X.",
"source": {
"git": "https://github.com/LoganWright/PlayDoh.git",
"tag": "0.1"
},
"source_files": "PlayDoh/Source/**/*.{h,m}",
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"2.5.0"
],
"JSONMapping": [
"0.1"
]
}
}