[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / 6 / 5 / CLIKit / 0.1.1 / CLIKit.podspec.json
blob040800a496f8cb7bc7f3d5a7bcdc66798bbf5e9b
2   "name": "CLIKit",
3   "version": "0.1.1",
4   "summary": "Tools to help you build Cocoa command-line applications",
5   "description": "\t\t\tIncludes classes for parsing command-line options for your Objective-C programs\n",
6   "homepage": "https://github.com/umjames/CLIKit",
7   "license": "MIT",
8   "authors": {
9     "Michael James": "umjames29@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/umjames/CLIKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source_files": "CLIKit/**/*.{h,m}"