blob: fec56de466db40705bb05a6fdaa942eef135d1f8 [file] [log] [blame]
{
"name": "MJWebService",
"version": "0.1.0",
"summary": "Encapsulation For AFNetworking.",
"homepage": "https://github.com/Musjoy/MJWebService",
"license": "MIT",
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJWebService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJWebService/Classes/**/*",
"resource_bundles": {
"MJWebService": [
"MJWebService/Assets/*.png"
]
},
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.1.0"
]
}
}