[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / a / CJBaseHelper / 0.0.1 / CJBaseHelper.podspec.json
blob9d3fdf464f3dec7aa8d8bee7e38f20bf92ea00e3
2   "name": "CJBaseHelper",
3   "version": "0.0.1",
4   "summary": "自定义的基础帮助类",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "1、UIViewControllerHelper:视图控制器帮助类\n2、NSOperationQueueHelper:任务队列帮助类\n\n\n A longer description of CJBaseHelper in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/dvlproad/CJUIKit.git",
14     "tag": "CJBaseHelper_0.0.1"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "NSStringHelper",
21       "source_files": "CJBaseHelper/NSStringHelper/**/*.{h,m}"
22     },
23     {
24       "name": "UIViewControllerHelper",
25       "source_files": "CJBaseHelper/UIViewControllerHelper/**/*.{h,m}"
26     },
27     {
28       "name": "NSOperationQueueHelper",
29       "source_files": "CJBaseHelper/NSOperationQueueHelper/**/*.{h,m}"
30     }
31   ]