[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / 3 / ALSystemUtilities / 1.0 / ALSystemUtilities.podspec.json
blobe032acf91cec79decf008f426869abb019f99c21
2   "name": "ALSystemUtilities",
3   "version": "1.0",
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": "v1.0"
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   ]