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