[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / 0 / 3 / Devices / 0.6.0 / Devices.podspec.json
blob85faf4b8e8ebbe21db701bd5d7c80fd7ba23b4ec
2   "name": "Devices",
3   "version": "0.6.0",
4   "summary": "Devices lib take device information which you need.",
5   "description": "This library is written in Swift 4 and compatible with > iOS 9. Devices lib take device information which you need.",
6   "homepage": "https://github.com/RockerHX/Devices",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RockerHX": "rockerhx@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_version": "4.0",
21   "source": {
22     "git": "https://github.com/RockerHX/Devices.git",
23     "tag": "0.6.0"
24   },
25   "source_files": [
26     "Classes",
27     "Classes/**/*"
28   ],
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "Cocoa"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "watchos": {
39     "frameworks": "WatchKit"
40   }