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