blob: 899929cfae7f3b0b8720cec5713e0824a74c313f [file] [log] [blame]
{
"name": "ASJNetworking",
"version": "0.2",
"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.2"
},
"source_files": "ASJNetworking/*.{h,m}",
"requires_arc": true
}