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