blob: 389d5b53b443cc9543d6e27cc1db360ded80f2ac [file] [log] [blame]
{
"name": "FoundationExtension",
"version": "2.1.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": {
"type": "2-clause BSD",
"file": "LICENSE"
},
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"social_media_url": "http://twitter.com/youknowone_",
"source": {
"git": "https://github.com/youknowone/FoundationExtension.git",
"tag": "2.1.0"
},
"dependencies": {
"cdebug": [
"~> 1.3"
]
},
"requires_arc": true,
"static_framework": true,
"platforms": {
"osx": "10.9",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"header_dir": "FoundationExtension",
"subspecs": [
{
"name": "FoundationExtensionRC",
"source_files": [
"FoundationExtension/*RC.h",
"FoundationExtensionRC/*.m"
],
"public_header_files": "FoundationExtension/*RC.h",
"requires_arc": false
},
{
"name": "FoundationExtension",
"source_files": "FoundationExtension/*.{h,m}",
"public_header_files": "FoundationExtension/*.h",
"header_dir": "FoundationExtension",
"dependencies": {
"FoundationExtension/FoundationExtensionRC": [
]
}
}
]
}