[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 3 / ObjectiveRecord / 1.5.0 / ObjectiveRecord.podspec.json
blob9f3376c89e179f15cf356e53f834806508316184
2   "name": "ObjectiveRecord",
3   "version": "1.5.0",
4   "summary": "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax.",
5   "homepage": "https://github.com/supermarin/ObjectiveRecord",
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/supermarin/ObjectiveRecord.git",
15     "tag": "1.5.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   }