blob: a32fa8a7bdc53c9e2991021bc8099c82b5d99d75 [file] [log] [blame]
{
"name": "Polymer",
"version": "0.1.4",
"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.4"
},
"source_files": "Polymer/Source/**/*.{h,m}",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"JSONMapping": [
"0.1.6"
]
}
}