blob: 16228b0d1c15d5a177cfd0dbe9a7678b6ec46ebc [file] [log] [blame]
{
"name": "Overline",
"version": "0.2.1",
"summary": "Objective-C utilities and shorthands.",
"homepage": "https://github.com/yaakaito/Overline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"authors": {
"KAZUMA Ukyo": "yaakaito@gmail.com"
},
"source": {
"git": "https://github.com/yaakaito/Overline.git",
"tag": "0.2.1"
},
"source_files": [
"Overline",
"Overline/**/*.{h,m}",
"OverlineBlocksKit",
"OverlineBlocksKit/**/*.{h,m}",
"Overline.h"
],
"public_header_files": [
"Overline/**/*.h",
"Overline.h",
"OverlineBlocksKit/**/*.h"
],
"requires_arc": true
}