| { |
| "name": "iOSThirdPartyTrap", |
| "version": "0.1.3", |
| "summary": "Third party library wrap.", |
| "description": "Resolve some bug or provide convenient wrap source of third party library.", |
| "homepage": "https://github.com/ItghostFan/iOSThirdPartyTrap", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ItghostFan": "ItghostFan@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/ItghostFan/iOSThirdPartyTrap.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "2.5.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "ReactiveCocoa", |
| "source_files": "iOSThirdPartyTrap/Classes/ReactiveCocoa/*.{h,m}" |
| } |
| ] |
| } |