[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / FoundationExtension / 2.0.0 / FoundationExtension.podspec.json
blob9b85cb0f8546b7f1c0f1da83c9bc8033676ca524
2   "name": "FoundationExtension",
3   "version": "2.0.0",
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.\nSee document on [Github] (http://youknowone.github.com/FoundationExtension)\n\nTry FoundationExtension for Foundation extensions.\nFor iOS, UIKitExtension is available too.",
6   "homepage": "https://github.com/youknowone/FoundationExtension",
7   "license": "2-clause BSD",
8   "authors": {
9     "Jeong YunWon": "jeong@youknowone.org"
10   },
11   "social_media_url": "http://twitter.com/youknowone_",
12   "source": {
13     "git": "https://github.com/youknowone/FoundationExtension.git",
14     "tag": "2.0.0"
15   },
16   "dependencies": {
17     "cdebug": [
18       "~> 1.1"
19     ]
20   },
21   "requires_arc": true,
22   "platforms": {
23     "osx": "10.9",
24     "ios": "9.0",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "header_dir": "FoundationExtension",
29   "subspecs": [
30     {
31       "name": "FoundationExtensionRC",
32       "source_files": [
33         "FoundationExtension/*RC.h",
34         "FoundationExtensionRC/*.m"
35       ],
36       "public_header_files": "FoundationExtension/*RC.h",
37       "requires_arc": false
38     },
39     {
40       "name": "FoundationExtension",
41       "source_files": "FoundationExtension/*.{h,m}",
42       "public_header_files": "FoundationExtension/*.h",
43       "header_dir": "FoundationExtension",
44       "dependencies": {
45         "FoundationExtension/FoundationExtensionRC": [
47         ]
48       }
49     }
50   ]