[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / a / SwiftyData / 0.1.0 / SwiftyData.podspec.json
blobe8462b192646e7f81578144a178af0f790d4bac3
2   "name": "SwiftyData",
3   "version": "0.1.0",
4   "summary": "Simple CoreData wrapper for Swift iOS projects",
5   "homepage": "https://github.com/aonawale/SwiftyData",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Ahmed Onawale": "ahmedonawale@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/ahmedonawale",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/aonawale/SwiftyData.git",
20     "tag": "0.1.0",
21     "submodules": true
22   },
23   "source_files": "SwiftyData/**/*.{h,swift}",
24   "description": "A Swift Core Data wrapper with nice API for interacting with managed objects and managed object contexts."