blob: efe6fc9fe607069b398181ac6d4f41e19251bcf1 [file] [log] [blame]
{
"name": "KeKeLibrary",
"version": "0.0.1",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/fxxch/KeKeLibrary",
"license": "MIT",
"authors": {
"刘波": "349230334@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/fxxch/KeKeLibrary.git",
"tag": "0.0.1"
},
"source_files": "KeKeLibrary/KeKeLibrary/**/*.{h,m,c}",
"resources": "KeKeLibrary/KeKeLibrary/**/*.{bundle,png,xml,plist,sqlite}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"FMDB": [
]
}
}