blob: cc5a5083ab9328278321e431e88e0efcf74a8bb2 [file] [log] [blame]
{
"name": "RCActiveRecord",
"version": "2.0.0",
"summary": "Quick & Free ORM tool for iOS.",
"homepage": "http://ObjectiveCopley.com",
"license": "MIT",
"authors": "Ryan Copley",
"source": {
"git": "https://github.com/RyanCopley/RCActiveRecord.git",
"tag": "v2.0.0"
},
"source_files": "Classes/RC*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
]
}
}