blob: 09c51942a931669bc41be58af0f38fde9150b9fd [file] [log] [blame]
{
"name": "ASJNetworking",
"version": "1.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/sudeepjaiswal/ASJNetworking",
"authors": {
"Sudeep Jaiswal": "sudeepjaiswal87@gmail.com"
},
"summary": "Basic networking using NSURLSession and no external dependencies",
"source": {
"git": "https://github.com/sudeepjaiswal/ASJNetworking.git",
"tag": "1.1"
},
"source_files": "ASJNetworking/*.{h,m}",
"requires_arc": true
}