| { | |
| "name": "ActiveRecord", | |
| "version": "0.1.0", | |
| "summary": "A lightweight Active Record for Core Data.", | |
| "homepage": "https://github.com/michalkonturek/ActiveRecord", | |
| "license": "MIT", | |
| "authors": { | |
| "Michal Konturek": "michal.konturek@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/michalkonturek/ActiveRecord.git", | |
| "tag": "0.1.0" | |
| }, | |
| "source_files": "Source/**/*.{h,m}", | |
| "requires_arc": true, | |
| "frameworks": "CoreData" | |
| } |