| { |
| "name": "CoreNetworking", |
| "version": "1.0.2", |
| "summary": "A static library project that simplifies NSURLSession.", |
| "homepage": "https://github.com/GabrielMassana", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Gabriel Massana": "gabrielmassana@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/GabrielMassana/CoreNetworking-iOS.git", |
| "tag": "1.0.2", |
| "branch": "master" |
| }, |
| "source_files": "CoreNetworking-iOS/**/*.{h,m}", |
| "public_header_files": "CoreNetworking-iOS/**/*.{h}", |
| "requires_arc": true |
| } |