[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 0 / 3 / ObjectiveRecord / 1.0.2 / ObjectiveRecord.podspec.json
blob569b5065f5873be41bbabbef2a277b89f6afbad1
2   "name": "ObjectiveRecord",
3   "version": "1.0.2",
4   "summary": "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax.",
5   "homepage": "https://github.com/mneorr/Objective-Record",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Marin Usalj": "mneorr@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mneorr/Objective-Record.git",
15     "tag": "1.0.2"
16   },
17   "source_files": [
18     "ObjectiveRecord.h",
19     "src/**/*.{h,m}"
20   ],
21   "frameworks": "CoreData",
22   "requires_arc": true,
23   "platforms": {
24     "ios": "5.0",
25     "osx": "10.7"
26   },
27   "dependencies": {
28     "ObjectiveSugar": [
30     ]
31   }