[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 3 / 6 / b / SystemServices / 2.0.0 / SystemServices.podspec.json
blob48af34a46759221ec6c6b9cab212aed41512685b
2   "name": "SystemServices",
3   "version": "2.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 60 methods to determine everything about a device, including:\n\nHardware Information\nNetwork Information\nBattery Usage\nAccelerometer Data\nDisk Usage\nMemory Usage",
6   "homepage": "https://github.com/Shmoopi/iOS-System-Services",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Shmoopi/iOS-System-Services/master/Sample%20Images/Screenshot1.png",
9     "https://raw.githubusercontent.com/Shmoopi/iOS-System-Services/master/Sample%20Images/Screenshot2.png"
10   ],
11   "license": {
12     "type": "MIT"
13   },
14   "authors": {
15     "Shmoopi": "shmoopillc@gmail.com"
16   },
17   "social_media_url": "http://twitter.com/shmoopillc",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Shmoopi/iOS-System-Services.git",
23     "tag": "2.0.0"
24   },
25   "source_files": [
26     "SystemServices",
27     "System Services/**/*.{h,m}"
28   ],
29   "frameworks": [
30     "AVFoundation",
31     "CoreTelephony",
32     "Security",
33     "CoreMotion",
34     "ExternalAccessory"
35   ],
36   "requires_arc": true