[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / 8 / e / 3 / SystemServices-Rev / 2.0.2 / SystemServices-Rev.podspec.json
blobbb0f6b59a7798f13039d359479dbbcc01f7ef4e9
2   "name": "SystemServices-Rev",
3   "version": "2.0.2",
4   "summary": "iOS System Services is a class to gather all available information about a device, It's a fork revise version.",
5   "description": "This is a singleton class to gather all available information about a device. It gives you over 60 methods to determine everything about a device, including:\n\nHardware Information\nNetwork Information\nBattery Usage\nAccelerometer Data\nDisk Usage\nMemory Usage",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "https://github.com/John1261/iOS-System-Services",
10   "authors": {
11     "John": "john"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/John1261/iOS-System-Services.git",
18     "tag": "2.0.2"
19   },
20   "source_files": [
21     "SystemServices",
22     "System Services/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "AVFoundation",
26     "CoreTelephony",
27     "Security",
28     "CoreMotion",
29     "ExternalAccessory"
30   ],
31   "requires_arc": true