[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 3 / ObjectiveRecord / 1.4.0 / ObjectiveRecord.podspec.json
blob56a749fbd6f1c930dd486ef8c48e1d4bc6edf8b1
2   "name": "ObjectiveRecord",
3   "version": "1.4.0",
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.4.0"
16   },
17   "source_files": "Classes/**/*.{h,m}",
18   "frameworks": "CoreData",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "4.0",
22     "osx": "10.6"
23   },
24   "dependencies": {
25     "ObjectiveSugar": [
27     ]
28   }