[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / a / 6 / GSLAdditions / 2.0.3 / GSLAdditions.podspec.json
blob424947762452cdaa3b7488281ee2ae4451670da5
2   "name": "GSLAdditions",
3   "version": "2.0.3",
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.3"
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   ]