| { | |
| "name": "WeakEvent", | |
| "version": "0.1.1", | |
| "summary": "Block based event system", | |
| "homepage": "https://github.com/alerstov/WeakEvent", | |
| "license": "MIT", | |
| "authors": { | |
| "Alexander Stepanov": "alerstov@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/alerstov/WeakEvent.git", | |
| "tag": "0.1.1" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "WeakEvent/*.{h,m}" | |
| } |