blob: 9758e0f162eeb66523f8ade5f00d79c1b3e34a3a [file] [log] [blame]
{
"name": "CocoaExtension",
"version": "2.0.0",
"summary": "Foundation/UIKit extension kit. It is category based and looks familiar to Foundation/UIKit. It includes many common snippets as shortcut.",
"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.",
"homepage": "https://github.com/youknowone/FoundationExtension",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"social_media_url": "http://twitter.com/youknowone_",
"source": {
"git": "https://github.com/youknowone/FoundationExtension.git",
"tag": "2.0.0"
},
"dependencies": {
"cdebug": [
"~> 1.1"
]
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "CocoaExtension",
"platforms": {
"osx": "10.9"
},
"source_files": "CocoaExtension/*.{h,m}",
"public_header_files": "CocoaExtension/*.h",
"header_dir": "CocoaExtension",
"frameworks": [
"Cocoa",
"QuartzCore"
],
"dependencies": {
"FoundationExtension": [
]
}
}
]
}