[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 4 / UUSwift / 0.0.3 / UUSwift.podspec.json
blob0212461a1e3d400d51e1e037bc56b525340a379a
2   "name": "UUSwift",
3   "version": "0.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "UUSwift/**/*.{h,m,swift}",
24       "frameworks": [
25         "UIKit",
26         "Foundation"
27       ]
28     }
29   ]