| { |
| "name": "IAPHandler", |
| "version": "0.9.0", |
| "summary": "In App Purcharse的轻量级使用框架", |
| "description": "针对non-consumable类型的 IAP服务,可快速购买及恢复购买。", |
| "homepage": "https://github.com/hanshuushi/IAPHandler", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "Han Shuushi": "hanshuushi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hanshuushi/IAPHandler.git", |
| "tag": "0.9.0" |
| }, |
| "source_files": "*.{h,m}", |
| "public_header_files": "*.h", |
| "frameworks": [ |
| "StoreKit", |
| "SystemConfiguration" |
| ], |
| "platforms": { |
| "ios": "6.0" |
| } |
| } |