blob: ca744d35662ef5e7755e919544ba983caf44a4ec [file] [log] [blame]
{
"name": "Overline",
"version": "0.4.0",
"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.4.0"
},
"source_files": [
"Overline",
"Overline/**/*.{h,m}",
"Header/Overline.h",
"Header/Overline-UIKit.h"
],
"public_header_files": [
"Overline/**/*.h",
"Header/Overline.h",
"Header/Overline-UIKit.h"
],
"requires_arc": true
}