| { |
| "name": "CSApi", |
| "version": "1.0", |
| "summary": "Client library for using the Cogenta Shopping API.", |
| "homepage": "https://github.com/cogenta/CSApi", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Will Harris": "will@greatlibrary.net" |
| }, |
| "source": { |
| "git": "https://github.com/cogenta/CSApi.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "6.0", |
| "osx": "10.7" |
| }, |
| "source_files": [ |
| "Classes", |
| "CSApi/**/*.{h,m}" |
| ], |
| "public_header_files": "CSApi/CSApi.h", |
| "ios": { |
| "frameworks": [ |
| "MobileCoreServices", |
| "SystemConfiguration", |
| "Foundation" |
| ] |
| }, |
| "osx": { |
| "frameworks": [ |
| "AppKit", |
| "CoreServices", |
| "SystemConfiguration", |
| "Foundation" |
| ] |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "1.3.2" |
| ], |
| "HyperBek": [ |
| |
| ], |
| "Base64": [ |
| |
| ], |
| "NSArray+Functional": [ |
| |
| ], |
| "ISO8601DateFormatter": [ |
| |
| ], |
| "SBJson": [ |
| |
| ] |
| } |
| } |