blob: 0d83cc1f7328dda38bebce2be7f62573a21c9980 [file] [log] [blame]
{
"name": "HXBlankLib",
"version": "1.1",
"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": {
"type": "Commercial",
"text": "Copyright 2015 Herxun, Inc. All rights reserved.\n"
},
"authors": {
"Jefferson": "hsujahhu@herxun.co"
},
"source": {
"http": "http://cloud.lightspeedmbs.com/v2/resources/55d5757140bcfda4030003d1/HXBlankLib.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HXBlankLib/include/*.h",
"public_header_files": "HXBlankLib/include/*.h",
"preserve_paths": "HXBlankLib/*.a",
"ios": {
"vendored_libraries": "HXBlankLib/*.a"
},
"dependencies": {
"SensoroBeaconKit": [
]
}
}