| { |
| "name": "JFTransporter", |
| "version": "0.0.1", |
| "summary": "An Objective-C Networking abstraction to help make setting up a service layer in an iOS app much quicker and easier", |
| "requires_arc": true, |
| "description": " An Objective-C Networking abstraction to help make setting up a service layer in an iOS app much quicker and easier.\n", |
| "homepage": "https://github.com/atljeremy/JFTransporter", |
| "screenshots": "http://imageshack.com/a/img538/2803/BgNRqc.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jeremy Fox": "atljeremy@me.com" |
| }, |
| "social_media_url": "http://jeremyfox.me", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/atljeremy/JFTransporter.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "JFTransporter/**/*.{h,m}", |
| "frameworks": "Foundation" |
| } |