[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / d / UIKitExtension / 2.1.0 / UIKitExtension.podspec.json
blobb094463ab225311fac253ca8a4125b1940b08ab1
2   "name": "UIKitExtension",
3   "version": "2.1.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.1.0"
15   },
16   "dependencies": {
17     "cdebug": [
18       "~> 1.3"
19     ],
20     "FoundationExtension": [
21       "~> 2.1.0"
22     ]
23   },
24   "requires_arc": true,
25   "static_framework": true,
26   "platforms": {
27     "ios": "9.0",
28     "tvos": "9.0"
29   },
30   "source_files": "UIKitExtension/*.{h,m}",
31   "public_header_files": "UIKitExtension/*.h",
32   "header_dir": "UIKitExtension",
33   "frameworks": [
34     "UIKit",
35     "QuartzCore"
36   ]