[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 5 / a / 7 / Persist / 2.0.0 / Persist.podspec.json
blob8cbafa84c192989fbb71ad288dfcb4a952181a61
2   "name": "Persist",
3   "version": "2.0.0",
4   "summary": "A simple Swift 2.0 Core Data stack using parent/child contexts",
5   "description": "Persist is a simple, reusable Core Data stack written in Swift.\nIt also provides some lightweight helpers for common actions such as creating entities, and querying.\nIt supports iOS 8+, watchOS 2.0, and Mac OS 10.9+.",
6   "homepage": "https://github.com/DanielTomlinson/Persist",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Tomlinson": "Dan@Tomlinson.io"
13   },
14   "social_media_url": "http://twitter.com/DanToml",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/DanielTomlinson/Persist.git",
22     "tag": "2.0.0"
23   },
24   "source_files": [
25     "Classes",
26     "Persist/*.{h,swift}"
27   ],
28   "frameworks": "CoreData",
29   "documentation_url": "https://danieltomlinson.github.io/Persist"