| { |
| "name": "ZOContainer", |
| "version": "1.0.0", |
| "summary": "An IoC container in Objective-C. Inspired by Laraval.", |
| "description": "An light weight IoC container in Objective-C, inspired by Laraval. You can use it decouple your iOS architecture.", |
| "homepage": "https://github.com/zenonezy/ZOContainer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zenonezy": "zenonezy@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zenonezy/ZOContainer.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "ZOContainer/ZOContainer/*.{h,m}", |
| "requires_arc": true |
| } |