[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 6 / GSLAdditions / 1.0.0 / GSLAdditions.podspec.json
blobcb4eec33fd8d3d0d714bc4f15336120f3f50b748
2   "name": "GSLAdditions",
3   "version": "1.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": "v1.0.0"
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   "subspecs": [
19     {
20       "name": "FoundationGSLAdditions",
21       "platforms": {
22         "osx": "10.6",
23         "tvos": "9.0",
24         "watchos": "2.0"
25       },
26       "source_files": "FoundationGSLAdditions/*.{h,m}"
27     },
28     {
29       "name": "UIKitGSLAdditions",
30       "platforms": {
31         "tvos": "9.0"
32       },
33       "source_files": "UIKitGSLAdditions/*.{h,m}"
34     }
35   ]