blob: 3b13ec8e395485012992fdf74c5ab829c2045016 [file] [log] [blame]
{
"name": "BuffKit",
"version": "0.11",
"authors": {
"R4L": "ralphwayne1991@gmail.com"
},
"summary": "BuffKit provides common features and functions in iOS development.",
"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.11"
},
"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
}