blob: 5f9d3245dccc5b575b28c40ea432ef209b35c3fa [file] [log] [blame]
{
"name": "ASJNetworking",
"version": "0.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": "0.1"
},
"source_files": "ASJNetworking/ASJNetworking.{h,m}",
"requires_arc": true
}