blob: 71483ea687872f6e8eb8f87f9bac5291d51ed963 [file] [log] [blame]
{
"name": "RCActiveRecord",
"version": "1.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": "v1.0.0"
},
"source_files": "Classes/RC*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": null
},
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
]
}
}