[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / 1 / RCActiveRecord / 1.0.0 / RCActiveRecord.podspec.json
blob71483ea687872f6e8eb8f87f9bac5291d51ed963
2   "name": "RCActiveRecord",
3   "version": "1.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": "v1.0.0"
11   },
12   "source_files": "Classes/RC*.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": null
16   },
17   "libraries": "sqlite3",
18   "dependencies": {
19     "FMDB": [
21     ]
22   }