[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 3 / ALSystemUtilities / 1.3.3 / ALSystemUtilities.podspec.json
bloba2e420a8f6f6743e0bd6646db13e16634a3f3554
2   "name": "ALSystemUtilities",
3   "version": "1.3.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/andrealufino/ALSystemUtilities",
9   "authors": {
10     "Andrea Lufino": "andrea.lufino@me.com"
11   },
12   "summary": "Get every kind of info about your device",
13   "platforms": {
14     "ios": "6.1"
15   },
16   "source": {
17     "git": "https://github.com/andrealufino/ALSystemUtilities.git",
18     "tag": "1.3.3"
19   },
20   "source_files": "ALSystemUtilities/ALSystemUtilities/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "AudioToolbox",
24     "CFNetwork",
25     "CoreTelephony",
26     "ExternalAccessory",
27     "Security",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "CoreFoundation",
31     "Foundation"
32   ],
33   "exclude_files": [
34     "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
35     "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
36   ],
37   "subspecs": [
38     {
39       "name": "no-arc",
40       "requires_arc": false,
41       "source_files": [
42         "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
43         "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
44       ]
45     }
46   ]