blob: 476ec05dbf594a1741dbb1ba237e97102e305f14 [file] [log] [blame]
{
"name": "FrameBuff",
"version": "0.1",
"authors": {
"R4L": "ralphwayne1991@gmail.com"
},
"summary": "Easily access frame properties.",
"description": "FrameBuff is made for easily accessing frame properties of UIView and CALayer.",
"homepage": "http://flashhand.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FlashHand/FrameBuff.git",
"tag": "v0.1"
},
"public_header_files": [
"FrameBuff/*.h",
"FrameBuff/**/*.h"
],
"source_files": [
"FrameBuff/BuffKit.h",
"FrameBuff/**/*.{h,m}"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}