blob: b454452cb8dfbe57f4b3ad553b28f66070de2f84 [file] [log] [blame]
{
"name": "HTMISafeModule",
"version": "0.1.0",
"summary": "A short description of HTMISafeModule.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lqwang521/HTMISafeModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lqwang521": "wanglq@htmitech.com"
},
"source": {
"git": "https://git.coding.net/MyCoding521/HTMISafeModule.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTMISafeModule/Classes/**/*",
"subspecs": [
{
"name": "NSObjectSafe",
"requires_arc": false,
"public_header_files": [
"HTMISafeModule/Classes/NSObjectSafe/*.h"
],
"source_files": [
"HTMISafeModule/Classes/NSObjectSafe/*"
]
}
]
}