[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 3 / f / 6 / DSDeviceKit / 0.1.2 / DSDeviceKit.podspec.json
blob1a6505de5d056e9f13c37df24f5974d6572c5e22
2   "name": "DSDeviceKit",
3   "version": "0.1.2",
4   "summary": "A wrapper for UIDevice that facilitates access to iOS Device info",
5   "description": "This CocoaPod is a wrapper for UIDevice that provides a better way to get information about current device. Written in Swift\n\nStatic instance of DSDeviceKit (currentDevice) has many properties, such as:\n\n- modelName     // \"iPhone 6s\"\n- iOSVersion    // \"9.3\"\n- deviceType    // .iPhone or .iPad\n- identifier    // \"iPhone8,1\"\n- isPhone       // true or false\n- isIpad        // true of false\n- orientation   // UIDeviceOrientation\n- userInterface // UIUserInterfaceIdiom",
6   "homepage": "https://github.com/HiDaN4/DSDeviceKit",
7   "screenshots": "https://github.com/HiDaN4/DSDeviceKit/blob/master/DSDeviceKit.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Dmitry Sokolov": ""
14   },
15   "source": {
16     "git": "https://github.com/HiDaN4/DSDeviceKit.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DSDeviceKit/Classes/**/*"