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