| { |
| "name": "HandShake", |
| "version": "0.3.0", |
| "summary": "HandShake SDK for developers.", |
| "description": " HandShake is the service that handshake with your users!\n", |
| "homepage": "https://github.com/handshakejp/ios-sdk", |
| "license": "MIT", |
| "authors": { |
| "Ryosuke Hiramatsu": "himaratsu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/handshakejp/ios-sdk.git", |
| "tag": "0.3.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "HandShake": [ |
| "Pod/Assets/**/*" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |