[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / b / SystemServices / 1.0.0 / SystemServices.podspec.json
blob4b416b7b417b18913dd74eb6e22c0b67c4909663
2   "name": "SystemServices",
3   "version": "1.0.0",
4   "summary": "iOS System Services is a class to gather all available information about a device.",
5   "description": "This is a singleton class to gather all available information about a device. It gives you over 75 methods to determine everything about a device, including:\n\nHardware & Network Information\nBattery Usage\nAccelerometer Data\nDisk Usage\nRunning Processes\nMemory Usage\nAnd a complete UDID replacement based on unchanging device information.",
6   "homepage": "https://github.com/Shmoopi/iOS-System-Services",
7   "screenshots": "https://raw.githubusercontent.com/Shmoopi/iOS-System-Services/master/Sample%20Images/Screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Shmoopi": "shmoopillc@gmail.com"
11   },
12   "social_media_url": "http://twitter.com/shmoopillc",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/Shmoopi/iOS-System-Services.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "SystemServices",
22     "System Services/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "AudioToolbox",
26     "CoreTelephony",
27     "Security",
28     "CoreMotion",
29     "ExternalAccessory"
30   ],
31   "requires_arc": true