[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 5 / e / ZOContainer / 1.0.0 / ZOContainer.podspec.json
blobd99a1c526ee08f9820189359169ae733f27783ee
2   "name": "ZOContainer",
3   "version": "1.0.0",
4   "summary": "An IoC container in Objective-C. Inspired by Laraval.",
5   "description": "An light weight IoC container in Objective-C, inspired by Laraval. You can use it decouple your iOS architecture.",
6   "homepage": "https://github.com/zenonezy/ZOContainer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zenonezy": "zenonezy@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zenonezy/ZOContainer.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "ZOContainer/ZOContainer/*.{h,m}",
22   "requires_arc": true