| { |
| "name": "InviteCodeSDK", |
| "version": "0.1.0", |
| "summary": "A short description of InviteCodeSDK.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/tutu279737146/InviteCodeSDK", |
| "license": "MIT", |
| "authors": { |
| "tushizhan": "279737146@qq.com" |
| }, |
| "source": { |
| "git": "/Users/tushizhan/Desktop/InviteCodeSDK", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "InviteCodeSDK/Classes/**/*.{h,m}", |
| "public_header_files": "InviteCodeSDK/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |