[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / 3 / Configen / 1.1.0 / Configen.podspec.json
blobab5e38fa07ac8df1080c3bc9b8f18ceecf7e6a60
2   "name": "Configen",
3   "version": "1.1.0",
4   "summary": "A command line tool to auto-generate configuration file code, for use in Xcode projects.",
5   "description": "The configen tool is used to auto-generate configuration code from a property list. It is intended to create the kind of configuration needed for external URLs or API keys used by your app. Currently supports both Swift and Objective-C code generation.",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "homepage": "https://github.com/manishb24/ConfigGenerator",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "manishb24": "Manish.Sanwal@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/manishb24/ConfigGenerator.git",
19     "tag": "1.1.0"
20   },
21   "source_files": [
22     "Configen/*",
23     "Configen/CommandLineKit/*"
24   ],
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"