[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / d / UIKitExtension / 2.0.0 / UIKitExtension.podspec.json
blob076dfe11d6c2cb0cf9093627c77295123ba34417
2   "name": "UIKitExtension",
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   "subspecs": [
29     {
30       "name": "UIKitExtension",
31       "platforms": {
32         "ios": "9.0",
33         "tvos": "9.0"
34       },
35       "source_files": "UIKitExtension/*.{h,m}",
36       "public_header_files": "UIKitExtension/*.h",
37       "header_dir": "UIKitExtension",
38       "frameworks": [
39         "UIKit",
40         "QuartzCore"
41       ],
42       "dependencies": {
43         "FoundationExtension/FoundationExtension": [
45         ]
46       }
47     }
48   ]