[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / 3 / ALSystemUtilities / 1.3.4 / ALSystemUtilities.podspec.json
blob2c9de4116a3e6d4b5126bbc5cff1d21293ca3bcd
2   "name": "ALSystemUtilities",
3   "version": "1.3.4",
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.4"
19   },
20   "source_files": "ALSystemUtilities/ALSystemUtilities/**/*.{h,m}",
21   "requires_arc": true,
22   "resources": "ALSystemUtilities/ALSystemUtilities/Resources/**/*.{plist}",
23   "frameworks": [
24     "AudioToolbox",
25     "CFNetwork",
26     "CoreTelephony",
27     "ExternalAccessory",
28     "Security",
29     "SystemConfiguration",
30     "CoreGraphics",
31     "CoreFoundation",
32     "Foundation"
33   ],
34   "exclude_files": [
35     "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
36     "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
37   ],
38   "subspecs": [
39     {
40       "name": "no-arc",
41       "requires_arc": false,
42       "source_files": [
43         "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.h",
44         "ALSystemUtilities/ALSystemUtilities/Reachability/Reachability.m"
45       ]
46     }
47   ]