[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / 5 / CRKit / 0.0.8 / CRKit.podspec.json
blobdd14cc362af55e8f323bcf7e07ea5ba81c21debe
2   "name": "CRKit",
3   "summary": "符合自己的项目需求的常用第三方库和控件整合",
4   "version": "0.0.8",
5   "homepage": "https://github.com/cocoaroger/CRKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "roger wu": "cocoaroger@163.com"
12   },
13   "social_media_url": "http://www.jianshu.com/users/0491c59e8017",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.1"
17   },
18   "source": {
19     "git": "https://github.com/cocoaroger/CRKit.git",
20     "tag": "0.0.8"
21   },
22   "source_files": "CRKit/Common/**/*.{h,m}",
23   "public_header_files": "CRKit/Common/**/*.{h}",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ],
28     "IQKeyboardManager": [
29       "~> 3.3.7"
30     ],
31     "MJExtension": [
32       "~> 3.0.11"
33     ],
34     "MJRefresh": [
35       "~> 3.1.9"
36     ],
37     "Masonry": [
38       "~> 1.0.1"
39     ],
40     "ReactiveCocoa": [
41       "~> 2.5"
42     ],
43     "SDWebImage": [
44       "~> 3.8.1"
45     ],
46     "YYKit": [
47       "~> 1.0.7"
48     ]
49   }