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