blob: dcd7e3121ddb02848736bcbe88dedfcd78f0b67c [file] [log] [blame]
{
"name": "PopperTools",
"version": "2.2.2",
"summary": "A tiny tiny library that makes your Objective-C programming little happy :-)",
"description": " PopperTools is a jumble of Objective-C's categories.\n You should add -ObjC flag to linker flag.\n",
"homepage": "http://moriturus.github.io/PopperTools",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Henrique Sasaki Yuya": "es.moriturus@icloud.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/moriturus/PopperTools.git",
"tag": "2.2.2"
},
"source_files": "PopperTools/*.{h,m}",
"public_header_files": "PopperTools/*.h",
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
}
}