[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 4 / UUSwift / 1.0.2 / UUSwift.podspec.json
blob4ee080e0fb260b339346f3e7a7866f4407760743
2   "name": "UUSwift",
3   "version": "1.0.2",
4   "description": "UUSwift is a framework to extend the base Foundation and UIKit classes. UUSwift eliminates many of the tedious tasks associated with Swift development such as date formating and string manipulation.",
5   "summary": "UUSwift extends Foundation and UIKit to add additional functionality to make development more efficient.",
6   "homepage": "https://github.com/SilverPineSoftware/UUSwift",
7   "authors": "Silverpine Software",
8   "license": {
9     "type": "MIT"
10   },
11   "source": {
12     "git": "https://github.com/SilverPineSoftware/UUSwift.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10"
18   },
19   "swift_versions": "5.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "UUSwift/*.{swift}",
24       "ios": {
25         "frameworks": [
26           "UIKit",
27           "Foundation"
28         ]
29       },
30       "osx": {
31         "frameworks": "CoreFoundation"
32       },
33       "tvos": {
34         "frameworks": [
35           "UIKit",
36           "Foundation"
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"