[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 0 / 3 / Devices / 0.3.2 / Devices.podspec.json
blob9f31db5af0a3bf8170640662847ab937506cfb66
2   "name": "Devices",
3   "version": "0.3.2",
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   },
19   "swift_version": "4.0",
20   "source": {
21     "git": "https://github.com/RockerHX/Devices.git",
22     "tag": "0.3.2"
23   },
24   "source_files": [
25     "Classes",
26     "Classes/**/*"
27   ],
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "Cocoa"
33   },
34   "tvos": {
35     "frameworks": "UIKit"
36   }