| { |
| "name": "ETRCollectionModel", |
| "version": "0.1.0", |
| "summary": "MVVM for iOS tables and collections.", |
| "description": " ETRCollectionModel\n MVVM for iOS tables and collections.\n", |
| "homepage": "https://github.com/Vadim-Yelagin/ETRCollectionModel", |
| "license": "MIT", |
| "authors": { |
| "Vadim Yelagin": "vadim.yelagin@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Vadim-Yelagin/ETRCollectionModel.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "CoreData" |
| ], |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "~> 2.3" |
| ] |
| } |
| } |