[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 2 / e / AHLaunchCtl / 0.2.0 / AHLaunchCtl.podspec.json
blob7039d8778e122f3523fd0a9f7efbdc9b6095300b
2   "name": "AHLaunchCtl",
3   "version": "0.2.0",
4   "license": "MIT",
5   "summary": "An LaunchD framework for OSX Cocoa apps",
6   "homepage": "https://github.com/eahrold/AHLaunchCtl",
7   "authors": {
8     "Eldon Ahrold": "eldonahrold@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/eahrold/AHLaunchCtl.git",
12     "tag": "0.2.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.8"
18   },
19   "public_header_files": "AHLaunchCtl/*.h",
20   "source_files": "AHLaunchCtl/*.{h,m}",
21   "frameworks": [
22     "SystemConfiguration",
23     "ServiceManagement",
24     "Security"
25   ]