blob: 922ea02c9e6bc430fad47c7cfaa8ab56b3a7c9b7 [file] [log] [blame]
{
"name": "SimpleNetworking",
"version": "0.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/mattmorton",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleNetworking": [
"Pod/Assets/*.png"
]
}
}