blob: ab374d986ce64a209c38de138bc649088d0824a4 [file] [log] [blame]
{
"name": "DDSkin",
"version": "0.0.1",
"summary": "Change the app's whole style. Like night version. Without objc runtime.",
"description": "Change the app's whole style. Like night version. Without objc runtime.",
"homepage": "https://github.com/djs66256/DDSkin",
"license": "MIT",
"authors": {
"Daniel": "djs66256@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/djs66256/DDSkin.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}