[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 4 / UUSwift / 0.0.10 / UUSwift.podspec.json
blob53d1c3fdfe8bc8cff9bffb7f98e6fb145f6be8f5
2   "name": "UUSwift",
3   "version": "0.0.10",
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": "Apache 2.0"
10   },
11   "source": {
12     "git": "https://github.com/SilverPineSoftware/UUSwift.git",
13     "tag": "0.0.10"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "UUSwift/**/*.{h,m,swift}",
24       "ios": {
25         "frameworks": [
26           "UIKit",
27           "Foundation"
28         ]
29       },
30       "osx": {
31         "frameworks": "CoreFoundation"
32       }
33     }
34   ]