[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 7 / 9 / CRDCoreDataStack / 1.0.3 / CRDCoreDataStack.podspec.json
blob844cef2fa982143d1bd8381a82dcc4943b38c0af
2   "name": "CRDCoreDataStack",
3   "swift_version": "4.2",
4   "version": "1.0.3",
5   "summary": "Simple straightforward Swift-based Core Data stack framework for iOS, macOS, watchOS, and tvOS",
6   "description": "I got tired of adding the same boilerplate Core Data stack code to every Swift app I created, so I just put together this small framework to encapsulate the code for more simple reuse.",
7   "homepage": "https://github.com/cdisdero/CRDCoreDataStack",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Christopher Disdero": "info@code.chrisdisdero.com"
11   },
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cdisdero/CRDCoreDataStack.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "Shared/*.swift",
23   "ios": {
24     "source_files": "CRDCoreDataStack/*.h"
25   },
26   "osx": {
27     "source_files": "CRDCoreDataStackMac/*.h"
28   },
29   "watchos": {
30     "source_files": "CRDCoreDataStackWatch/*.h"
31   },
32   "tvos": {
33     "source_files": "CRDCoreDataStackTV/*.h"
34   }