[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / d / UIKitExtension / 2.0.1 / UIKitExtension.podspec.json
blob925bf5a2c13c216cdc377b6e09b0f274abcfd73c
2   "name": "UIKitExtension",
3   "version": "2.0.1",
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.1"
15   },
16   "dependencies": {
17     "cdebug": [
18       "~> 1.1"
19     ],
20     "FoundationExtension": [
22     ]
23   },
24   "requires_arc": true,
25   "platforms": {
26     "ios": "9.0",
27     "tvos": "9.0"
28   },
29   "source_files": "UIKitExtension/*.{h,m}",
30   "public_header_files": "UIKitExtension/*.h",
31   "header_dir": "UIKitExtension",
32   "frameworks": [
33     "UIKit",
34     "QuartzCore"
35   ]