blob: 64b773f6f94780654ae147b9da1337757c74c2dd [file] [log] [blame]
{
"name": "PolymerSwift",
"version": "0.2",
"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.2"
},
"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"
}