| { | |
| "name": "DCModel", | |
| "version": "0.0.2", | |
| "summary": "ORM model in objective-c Using CoreData. Similar to Active Record.", | |
| "homepage": "https://github.com/daltoniam/DCModel", | |
| "license": "Apache License, Version 2.0", | |
| "authors": { | |
| "Dalton Cherry": "daltoniam@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/daltoniam/DCModel.git", | |
| "tag": "0.0.2" | |
| }, | |
| "platforms": { | |
| "ios": "5.0", | |
| "osx": "10.7" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "frameworks": "CoreData", | |
| "requires_arc": true | |
| } |