blob: ce40d52603702276bfc473e8506c2caea1527b30 [file] [log] [blame]
{
"name": "FHXRoutableAssist",
"version": "0.1.0",
"summary": "A short description of FHXRoutableAssist.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/FHXRoutableAssist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/FHXRoutableAssist.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Sources/**/*.h",
"Sources/*/**/*.h",
"Sources/*/*/**/*.h"
],
"source_files": [
"Sources/**",
"Sources/*/**",
"Sources/*/*/**"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}