[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 1 / 9 / f / KYAsyncLoadBubble / 1.0.0 / KYAsyncLoadBubble.podspec.json
blobace1630179dcd5b117d2f1e3ebd0da8b0113a9d6
2   "name": "KYAsyncLoadBubble",
3   "version": "1.0.0",
4   "summary": "A floating bubble which ca async-load web content",
5   "description": "                   A floating bubble which ca async-load web content. 后台加载网页悬浮球\n",
6   "homepage": "https://github.com/KittenYang/KYAsyncLoadBubble",
7   "license": "MIT",
8   "authors": {
9     "KittenYang": "kittenyang@icloud.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/KittenYang/KYAsyncLoadBubble.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   }