| { | |
| "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 | |
| } |