[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 8 / 0 / SwiftData / 1.0.7 / SwiftData.podspec.json
blob859c5607a78c36af5303a94e5c0b93f711cd1dc4
2   "name": "SwiftData",
3   "version": "1.0.7",
4   "summary": "SwiftData is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
5   "description": "'SwiftData' is a lightweight wrapper for CoreData. This framework simplifies the CoreData bootstraping process and provides useful utilities to help make working with CoreData more enjoyable.",
6   "homepage": "https://github.com/miken01/SwiftData",
7   "license": "MIT",
8   "authors": {
9     "Mike Neill": "michael_neill@me.com"
10   },
11   "platforms": {
12     "ios": "9.3"
13   },
14   "source": {
15     "git": "https://github.com/miken01/SwiftData.git",
16     "tag": "1.0.7"
17   },
18   "public_header_files": "SwiftData/**/*.h",
19   "source_files": "SwiftData/**/*.{h,m,swift}",
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "CoreData",
24       "Foundation"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"