[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 5 / 3 / ICSwiftyJSON / 1.0.0 / ICSwiftyJSON.podspec.json
blob4ff778971e276697651eca723f7c3e87c4d7e4f9
2   "name": "ICSwiftyJSON",
3   "version": "1.0.0",
4   "summary": "SwiftyJSON makes it easy to deal with JSON data in Swift",
5   "homepage": "https://github.com/SwiftyJSON/SwiftyJSON",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "lingoer": "lingoerer@gmail.com",
11     "tangplin": "tangplin@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "swift_version": "5.0",
18   "module_name": "SwiftyJSON",
19   "source": {
20     "git": "https://github.com/kealdishx/SwiftyJSONFramework.git",
21     "tag": "1.0.0"
22   },
23   "default_subspecs": "Framework",
24   "subspecs": [
25     {
26       "name": "Framework",
27       "source_files": "fake.swift",
28       "ios": {
29         "vendored_frameworks": "SwiftyJSON.framework"
30       }
31     },
32     {
33       "name": "Source",
34       "source_files": "Source/SwiftyJSON/*.swift"
35     }
36   ]