[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / e / AHLaunchCtl / 0.2.1 / AHLaunchCtl.podspec.json
blobb01d7278e2cd63571c2293b1a6b66ccedf15ae34
2   "name": "AHLaunchCtl",
3   "version": "0.2.1",
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": "v0.2.1",
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}"