[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 6 / GSLAdditions / 3.0.0 / GSLAdditions.podspec.json
blob0fc4494b3a539d4f4679fc0ffddf715740ed7499
2   "name": "GSLAdditions",
3   "version": "3.0.0",
4   "authors": "GyazSquare",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/GyazSquare/GSLAdditions",
9   "source": {
10     "git": "https://github.com/GyazSquare/GSLAdditions.git",
11     "tag": "v3.0.0"
12   },
13   "summary": "Objective-C GSL categories for iOS, macOS, watchOS and tvOS.",
14   "requires_arc": true,
15   "module_name": "GSL",
16   "platforms": {
17     "osx": null,
18     "ios": null,
19     "tvos": null,
20     "watchos": null
21   },
22   "subspecs": [
23     {
24       "name": "FoundationGSLAdditions",
25       "platforms": {
26         "ios": "8.0",
27         "osx": "10.6",
28         "tvos": "9.0",
29         "watchos": "2.0"
30       },
31       "source_files": "FoundationGSLAdditions/*.{h,m}"
32     },
33     {
34       "name": "UIKitGSLAdditions",
35       "platforms": {
36         "ios": "8.0",
37         "tvos": "9.0"
38       },
39       "source_files": "UIKitGSLAdditions/*.{h,m}"
40     }
41   ]