[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 1 / 7 / 8 / iodine / 0.1.1 / iodine.podspec.json
blob5f80da2eb2a35a089d1b1403cb8ceb25a560aba6
2   "name": "iodine",
3   "version": "0.1.1",
4   "summary": "iodine is a Reactive MVVM framework base on ReactiveCocoa",
5   "homepage": "https://github.com/delanoir/iodine",
6   "license": "MIT",
7   "authors": {
8     "Karolis Stasaitis": "stkarolis@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/delanoir/iodine.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "7.1"
16   },
17   "requires_arc": true,
18   "source_files": "iodine/",
19   "dependencies": {
20     "ReactiveCocoa": [
22     ],
23     "ReactiveViewModel": [
25     ]
26   }