[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 6 / GSLAdditions / 2.0.1 / GSLAdditions.podspec.json
blobca6244bfbfbe25cdf4165050e9520ccabb501f7e
2   "name": "GSLAdditions",
3   "version": "2.0.1",
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": "v2.0.1"
12   },
13   "summary": "Objective-C GSL categories for iOS, OS X, watchOS and tvOS.",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "module_name": "GSL",
19   "subspecs": [
20     {
21       "name": "FoundationGSLAdditions",
22       "platforms": {
23         "osx": "10.6",
24         "tvos": "9.0",
25         "watchos": "2.0"
26       },
27       "source_files": "FoundationGSLAdditions/*.{h,m}"
28     },
29     {
30       "name": "UIKitGSLAdditions",
31       "platforms": {
32         "tvos": "9.0"
33       },
34       "source_files": "UIKitGSLAdditions/*.{h,m}"
35     }
36   ]