blob: 6281467d63f354fa699fc220e63696d74fa2d341 [file] [log] [blame]
{
"name": "PPCounter",
"version": "0.5.0",
"platforms": {
"osx": "10.10",
"ios": "7.0"
},
"summary": "iOS与macOS中一款优雅的数字/金额增减动效控件",
"homepage": "https://github.com/jkpang/PPCounter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jkpang": "jkpang@outlook.com"
},
"source": {
"git": "https://github.com/jkpang/PPCounter.git",
"tag": "0.5.0"
},
"source_files": "PPCounter/PPCounter.h",
"ios": {
"source_files": [
"PPCounter/Core/*.{h,m}",
"PPCounter/UIKit/*.{h,m}"
]
},
"osx": {
"source_files": "PPCounter/Core/*.{h,m}"
},
"requires_arc": true
}