blob: 7c0464bd20582535f0b842e95875e3879c079175 [file] [log] [blame]
{
"name": "clang_api",
"version": "1.0.7",
"summary": "存取bundle中的资源,读取本地化文本,执行选择器和UserDefaults的相关操作,调用通知中心的相关操作等。",
"homepage": "https://github.com/dgynfi/clang_api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/clang_api.git",
"tag": "1.0.7"
},
"source_files": "clang_api/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}