[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 7 / 8 / iodine / 0.1 / iodine.podspec.json
blob2b5437002c1bac1fa4bd5f41eaff466fd310d252
2   "name": "iodine",
3   "version": "0.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
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "iodine/",
19   "dependencies": {
20     "ReactiveCocoa": [
22     ],
23     "ReactiveViewModel": [
25     ]
26   }