[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 5 / BGUIFoundationKit / 0.0.2 / BGUIFoundationKit.podspec.json
blob61aad9671bb2755890554fe89e8ea2c08da828c8
2   "name": "BGUIFoundationKit",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "A UIView Addtional",
6   "homepage": "https://github.com/liuchungui/BGUIFoundationKit",
7   "authors": {
8     "chunguiLiu": "404468494@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/liuchungui/BGUIFoundationKit.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Addtional",
21       "source_files": "BGUIFoundationKit/Addtional/**/*.{h,m}",
22       "public_header_files": "BGUIFoundationKit/Addtional/*.h"
23     },
24     {
25       "name": "EGOTableViewPullRefresh",
26       "requires_arc": false,
27       "source_files": "BGUIFoundationKit/EGOTableViewPullRefresh/**/*.{h,m}",
28       "public_header_files": "BGUIFoundationKit/EGOTableViewPullRefresh/*.h",
29       "subspecs": [
30         {
31           "name": "Resources",
32           "source_files": "BGUIFoundationKit/EGOTableViewPullRefresh/Resources/*"
33         }
34       ]
35     }
36   ]