blob: 8611703dde482d6b3c5a07e677074952b599f6d9 [file] [log] [blame]
{
"name": "FF_XX",
"version": "0.0.2",
"summary": "FF library",
"description": "just a test about library",
"homepage": "https://github.com/llliang/FF",
"license": "MIT",
"authors": {
"Liang Jiang": "bluedream5161@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/llliang/FF.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"FF/*.{h,m}"
],
"public_header_files": "FF/*.h",
"requires_arc": true
}