[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / c / ETRCollectionModel / 0.1.0 / ETRCollectionModel.podspec.json
blobf4b702348f3be63a9e9d0d0dabd49827f4d7a47b
2   "name": "ETRCollectionModel",
3   "version": "0.1.0",
4   "summary": "MVVM for iOS tables and collections.",
5   "description": "                       ETRCollectionModel\n                       MVVM for iOS tables and collections.\n",
6   "homepage": "https://github.com/Vadim-Yelagin/ETRCollectionModel",
7   "license": "MIT",
8   "authors": {
9     "Vadim Yelagin": "vadim.yelagin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Vadim-Yelagin/ETRCollectionModel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21   },
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "CoreData"
26   ],
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 2.3"
30     ]
31   }