blob: fccadb722399cc5e3af5e3a06f0d70a1370be0a6 [file] [log] [blame]
{
"name": "PlayDoh",
"version": "0.1.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.1"
},
"source_files": "PlayDoh/Source/**/*.{h,m}",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"2.5.0"
],
"JSONMapping": [
"0.1"
]
}
}