[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 4 / UUSwift / 0.0.7 / UUSwift.podspec.json
blob8862d1e50245dcfb6f0f19f8a1b1a17ac6e52bf3
2   "name": "UUSwift",
3   "version": "0.0.7",
4   "description": "UUSwift is a framework to extend the base Foundation and UIKit classes.",
5   "summary": "UUSwift extends Foundation and UIKit to add additional functionality.",
6   "homepage": "https://github.com/SilverPineSoftware/UUSwift",
7   "authors": "Silverpine Software",
8   "license": {
9     "type": "Apache 2.0"
10   },
11   "source": {
12     "git": "https://github.com/SilverPineSoftware/UUSwift.git",
13     "tag": "0.0.7"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "osx": {
24         "exclude_files": "UUSwift/UUSwift.h",
25         "frameworks": "CoreFoundation"
26       },
27       "ios": {
28         "exclude_files": "UUSwift/UUSwift_Mac.h",
29         "frameworks": [
30           "UIKit",
31           "Foundation"
32         ]
33       },
34       "source_files": "UUSwift/**/*.{h,m,swift}"
35     }
36   ]