[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / 8 / Stack / 2.0.0 / Stack.podspec.json
blobe20a626ac7f34f7070a291eda7f53079deb2f96d
2   "name": "Stack",
3   "version": "2.0.0",
4   "summary": "A Type-Safe, Thread-Safe-ish approach to CoreData in Swift",
5   "homepage": "https://github.com/shaps80/Stack",
6   "license": "MIT",
7   "authors": {
8     "Shaps Mohsenin": "shapsuk@me.com"
9   },
10   "source": {
11     "git": "https://github.com/shaps80/Stack.git",
12     "tag": "2.0.0"
13   },
14   "social_media_url": "https://twitter.com/shaps",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.swift",
21   "frameworks": [
22     "Foundation",
23     "CoreData"
24   ]