[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 4 / UUSwift / 0.0.11 / UUSwift.podspec.json
blob0127a6472040f6a8dfeb06af21dde93eb159994c
2   "name": "UUSwift",
3   "version": "0.0.11",
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": "0.0.11"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "10.0"
19   },
20   "swift_version": "4.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "UUSwift/**/*.{h,m,swift}",
25       "ios": {
26         "frameworks": [
27           "UIKit",
28           "Foundation"
29         ]
30       },
31       "osx": {
32         "frameworks": "CoreFoundation"
33       },
34       "tvos": {
35         "frameworks": [
36           "UIKit",
37           "Foundation"
38         ]
39       }
40     }
41   ]