blob: 07334c40c8378cb6374ebd98e531042bbcb9be8f [file] [log] [blame]
{
"name": "PolymerSwift",
"version": "0.1",
"license": "MIT",
"homepage": "https://github.com/LoganWright/PolymerSwift",
"authors": {
"Logan Wright": "logan.william.wright@gmail.com"
},
"summary": "Endpoint focused networking for iOS and OS X. Swift!",
"source": {
"git": "https://github.com/LoganWright/PolymerSwift.git",
"tag": "0.1"
},
"source_files": "PolymerSwift/Source/**/*.{swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Genome": [
"0.1"
],
"Polymer": [
"0.1.5"
]
},
"social_media_url": "https://twitter.com/logmaestro"
}