blob: ace1630179dcd5b117d2f1e3ebd0da8b0113a9d6 [file] [log] [blame]
{
"name": "KYAsyncLoadBubble",
"version": "1.0.0",
"summary": "A floating bubble which ca async-load web content",
"description": " A floating bubble which ca async-load web content. 后台加载网页悬浮球\n",
"homepage": "https://github.com/KittenYang/KYAsyncLoadBubble",
"license": "MIT",
"authors": {
"KittenYang": "kittenyang@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KittenYang/KYAsyncLoadBubble.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}