[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / e / 2 / 1 / RCActiveRecord / 2.0.0 / RCActiveRecord.podspec.json
blobcc5a5083ab9328278321e431e88e0efcf74a8bb2
2   "name": "RCActiveRecord",
3   "version": "2.0.0",
4   "summary": "Quick & Free ORM tool for iOS.",
5   "homepage": "http://ObjectiveCopley.com",
6   "license": "MIT",
7   "authors": "Ryan Copley",
8   "source": {
9     "git": "https://github.com/RyanCopley/RCActiveRecord.git",
10     "tag": "v2.0.0"
11   },
12   "source_files": "Classes/RC*.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "6.0"
16   },
17   "libraries": "sqlite3",
18   "dependencies": {
19     "FMDB": [
21     ]
22   }