[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 6 / b / SystemServices / 1.1.1 / SystemServices.podspec.json
blob9959ba8a0c9eeda57b570a3ff59a31d469b93f3d
2   "name": "SystemServices",
3   "version": "1.1.1",
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": [
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": "MIT",
12   "authors": {
13     "Shmoopi": "shmoopillc@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/shmoopillc",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/Shmoopi/iOS-System-Services.git",
21     "tag": "1.1.1"
22   },
23   "source_files": [
24     "SystemServices",
25     "System Services/**/*.{h,m}"
26   ],
27   "frameworks": [
28     "AVFoundation",
29     "CoreTelephony",
30     "Security",
31     "CoreMotion",
32     "ExternalAccessory"
33   ],
34   "requires_arc": true