[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / FoundationExtension / 0.7 / FoundationExtension.podspec.json
blob44c1b1c3f26e900925b30babdf31597e56d54546
2   "name": "FoundationExtension",
3   "version": "0.7",
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.7"
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       "xcconfig": {
26         "GCC_PREFIX_HEADER": "FoundationExtension/FoundationExtension-Prefix.pch"
27       }
28     },
29     {
30       "name": "CocoaExtension",
31       "platforms": {
32         "osx": null
33       },
34       "source_files": "CocoaExtension",
35       "header_dir": "CocoaExtension",
36       "frameworks": "Cocoa",
37       "xcconfig": {
38         "GCC_PREFIX_HEADER": "CocoaExtension/CocoaExtension-Prefix.pch"
39       },
40       "dependencies": {
41         "FoundationExtension/FoundationExtension": [
43         ]
44       }
45     },
46     {
47       "name": "UIKitExtension",
48       "platforms": {
49         "ios": null
50       },
51       "source_files": "UIKitExtension",
52       "header_dir": "UIKitExtension",
53       "xcconfig": {
54         "GCC_PREFIX_HEADER": "UIKitExtension/UIKitExtension-Prefix.pch"
55       },
56       "dependencies": {
57         "FoundationExtension/FoundationExtension": [
59         ]
60       }
61     }
62   ]