[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / d / 6 / 3 / TinyKit / 0.9.0 / TinyKit.podspec.json
blob54871d7e601e1585682584b773f6baf69ae4ea4f
2   "name": "TinyKit",
3   "version": "0.9.0",
4   "license": "MIT",
5   "summary": "TinyKit provides practical functionalities that will help us to build apps much more quickly.",
6   "homepage": "https://github.com/royhsu/tiny-kit",
7   "authors": {
8     "Roy Hsu": "roy.hsu@tinyworld.cc"
9   },
10   "source": {
11     "git": "https://github.com/royhsu/tiny-kit.git",
12     "tag": "0.9.0"
13   },
14   "frameworks": "UIKit",
15   "source_files": [
16     "Sources/Core/Sources/*.swift",
17     "Sources/Core/Sources/**/*.swift",
18     "Sources/Core/Sources/**/**/*.swift",
19     "Sources/Core/Sources/**/**/**/*.swift"
20   ],
21   "ios": {
22     "source_files": [
23       "Sources/iOS/Sources/*.swift",
24       "Sources/iOS/Sources/**/*.swift",
25       "Sources/iOS/Sources/**/**/*.swift",
26       "Sources/iOS/Sources/**/**/**/*.swift"
27     ]
28   },
29   "platforms": {
30     "ios": "10.0"
31   },
32   "swift_version": "4.2",
33   "dependencies": {
34     "TinyCore": [
35       "0.7.0"
36     ],
37     "TinyValidation": [
38       "0.2.0"
39     ]
40   }