blob: b2000914c1f934115ca39ff57c92c77cc58b566e [file] [log] [blame]
{
"name": "CRDeviceGUID",
"version": "1.0.0",
"summary": "CRDeviceGUID.",
"description": "this is CRDeviceGUID",
"homepage": "https://github.com/Corotata/CRDeviceGUID",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"corotata": "corotata@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Corotata/CRDeviceGUID.git",
"tag": "1.0.0"
},
"source_files": "CRDeviceGUID/CRDeviceGUID/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/SSKeychain"
},
"dependencies": {
"SSKeychain": [
]
}
}