blob: 729199bda0575e6a4512e02547e45c37a2beab65 [file] [log] [blame]
{
"name": "WWCategory",
"version": "0.7.0",
"summary": "The iOS development simple and useful category.",
"homepage": "https://github.com/wonwoooochoi/WWCategory.git",
"license": "MIT",
"authors": {
"Won Woo Choi": "wonwoooochoi@gmail.com"
},
"source": {
"git": "https://github.com/wonwoooochoi/WWCategory.git"
},
"public_header_files": "Category/WWCategory.h",
"source_files": "Category/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"CommonCrypto",
"AssetsLibrary"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}