| { |
| "name": "ClutchMobileAPI", |
| "version": "0.1.0", |
| "summary": "Helper for access to the Clutch mobile API from iOS applications", |
| "description": "Helper for access to the Clutch Mobile API from iOS applications, adding basic loyalty/gift functionality.", |
| "homepage": "https://github.com/ClutchModules/MobileSDKiOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Clutch": "asksupport@clutch.com" |
| }, |
| "source": { |
| "git": "https://github.com/ClutchModules/MobileSDKiOS.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ClutchMobileAPI/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~>3.0" |
| ] |
| } |
| } |