[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / FoundationExtension / 0.12.2 / FoundationExtension.podspec.json
blobf22fcc0e28b33bd5bbff0ebe800779f62efd5c06
2   "name": "FoundationExtension",
3   "version": "0.12.2",
4   "summary": "Foundation/UIKit extension kit. It is category based and looks familiar to Foundation/UIKit. It includes many common snippets as shortcut.",
5   "description": "                    This library includes small Foundation/Cocoa/UIKit extensions. This library does not includes high-level data structure, algorithm or frameworks, but collection of code snippets.\n                    * Many common snippets in a method call.\n                    * Looks like native foundation methods - It follows Apple Coding Guideline and Foundation naming convention.\n                    See document on [Github] (http://youknowone.github.com/FoundationExtension)\n\n                    Try FoundationExtension for Foundation extensions.\n                    For iOS, UIKitExtension is available too.\n",
6   "homepage": "https://github.com/youknowone/FoundationExtension",
7   "license": "2-clause BSD",
8   "authors": {
9     "Jeong YunWon": "jeong@youknowone.org"
10   },
11   "source": {
12     "git": "https://github.com/youknowone/FoundationExtension.git",
13     "tag": "0.12.2"
14   },
15   "dependencies": {
16     "cdebug": [
17       "~> 0.1"
18     ]
19   },
20   "requires_arc": false,
21   "subspecs": [
22     {
23       "name": "FoundationExtension",
24       "source_files": "FoundationExtension",
25       "public_header_files": "FoundationExtension/*.h",
26       "xcconfig": {
27         "GCC_PREFIX_HEADER": "FoundationExtension/FoundationExtension-Prefix.pch"
28       }
29     },
30     {
31       "name": "CocoaExtension",
32       "platforms": {
33         "osx": null
34       },
35       "source_files": "CocoaExtension",
36       "public_header_files": "CocoaExtension/*.h",
37       "header_dir": "CocoaExtension",
38       "frameworks": "Cocoa",
39       "xcconfig": {
40         "GCC_PREFIX_HEADER": "CocoaExtension/CocoaExtension-Prefix.pch"
41       },
42       "dependencies": {
43         "FoundationExtension/FoundationExtension": [
45         ]
46       }
47     },
48     {
49       "name": "UIKitExtension",
50       "platforms": {
51         "ios": null
52       },
53       "source_files": "UIKitExtension",
54       "public_header_files": "UIKitExtension/*.h",
55       "header_dir": "UIKitExtension",
56       "xcconfig": {
57         "GCC_PREFIX_HEADER": "UIKitExtension/UIKitExtension-Prefix.pch"
58       },
59       "dependencies": {
60         "FoundationExtension/FoundationExtension": [
62         ]
63       }
64     }
65   ]