| { |
| "name": "HWFunctional", |
| "version": "0.3.4", |
| "summary": "Functional tools for Objective-C.", |
| "description": "Functional tools for Objective-C. Include HWRxObserver、HWPromise、HWAnimation.", |
| "homepage": "https://github.com/chunzhiying", |
| "license": "MIT", |
| "authors": { |
| "chunzhiying": "chun.zhiying.ggl@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/chunzhiying/HWFunctional.git", |
| "tag": "0.3.4", |
| "commit": "e0a5be94d7f3517f93c46ac4d65c06bdcdd8c848" |
| }, |
| "source_files": "Classes/**/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "QuartzCore", |
| "Foundation" |
| ] |
| } |