[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / 5 / b / RSTCoreDataKit / 0.1.0 / RSTCoreDataKit.podspec.json
blob607c34a81faf99b69c5f7cc77efefb5b5caca0c0
2   "name": "RSTCoreDataKit",
3   "version": "0.1.0",
4   "summary": "A simpler CoreData stack",
5   "homepage": "https://github.com/rosettastone/RSTCoreDataKit",
6   "license": "BSD 3.0",
7   "authors": {
8     "Jesse Squires": "jsquires@rosettastone.com",
9     "Don Mowry": "dmowry@rosettastone.com"
10   },
11   "social_media_url": "https://twitter.com/jesse_squires",
12   "source": {
13     "git": "https://github.com/rosettastone/RSTCoreDataKit.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "RSTCoreDataKit/*.{h,m}",
20   "frameworks": [
21     "CoreData",
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true