blob: 764c5106421315b60305786164ec0bc977f3dc38 [file] [log] [blame]
{
"name": "HXBlankLib",
"version": "1.0",
"summary": "Example iOS Static Library - HXBlankLib.",
"description": "This iOS Static library is used to explain how to distribute iOS Static library via cocoapods",
"homepage": "https://github.com/hsujah/HXBlankLib.git",
"license": "MIT",
"authors": {
"Jefferson": "hsujahhu@herxun.co"
},
"source": {
"git": "https://github.com/hsujah/HXBlankLib.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "include/*.h",
"public_header_files": "include/*.h",
"preserve_paths": "libblankLib.a",
"ios": {
"vendored_libraries": "libblankLib.a"
},
"dependencies": {
"SensoroBeaconKit": [
]
}
}