| { |
| "name": "Avalon", |
| "version": "0.0.1", |
| "summary": "A base on State Machine, iOS async library. easy and safe", |
| "description": "A base on State Machine, iOS async library. easy and safe", |
| "homepage": "https://github.com/RyouZhang/Avalon", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ryouzhang": "ryouzhang@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/ryouzhang", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/RyouZhang/Avalon.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Avalon/Avalon", |
| "Avalon/Avalon/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |