blob: d576cc2a6d4280b4ee87616ebce2db806072aa74 [file] [log] [blame]
{
"name": "BuffKit",
"version": "0.13",
"authors": {
"R4L": "ralphwayne1991@gmail.com"
},
"summary": "An iOS kit for basic features:split view,cypher,frame access,null handling and more extensions",
"description": "BuffKit has provided data encryption/decryption,UIView\"s frame access\n,CALayer\"s frame accesss,geographic coordinate system transform(wgs84 to gcj02),\nnull handler(use method forwarding),split view etc.",
"homepage": "http://r4l.xyz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FlashHand/BuffKit.git",
"tag": "0.13"
},
"public_header_files": [
"BuffKit/*.h",
"BuffKit/**/*.h"
],
"source_files": [
"BuffKit/BuffKit.h",
"BuffKit/**/*.{h,m}"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
]
},
"requires_arc": true
}