blob: 513adc2fcde85ad6b68f11af75047ad317d984ea [file] [log] [blame]
{
"name": "SimpleNetworking",
"version": "0.0.2",
"summary": "A Simple Networking framework for iOS.",
"homepage": "https://github.com/mattmorton/SimpleNetworking",
"license": "BSD",
"authors": {
"Matt Morton": "mattmorton@me.com"
},
"source": {
"git": "https://github.com/mattmorton/SimpleNetworking.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/mattmorton",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleNetworking": [
"Pod/Assets/*.png"
]
}
}