[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 3 / TTRabbit / 0.0.1 / TTRabbit.podspec.json
blob7477eb3d0e98a79a9836646d301bbf792870016e
2   "name": "TTRabbit",
3   "version": "0.0.1",
4   "summary": "你可能会用到的基础库",
5   "description": "开发中常用的基础功能库。基于YYCategory,不断扩充中...",
6   "homepage": "https://github.com/rollingstoneW/TTKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rollingstoneW": "190268198@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/rollingstoneW/TTKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TTKit/Classes/**/*",
22   "resource_bundles": {
23     "TTKit": [
24       "TTKit/Assets/**/*.*"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "Masonry": [
35     ],
36     "MJRefresh": [
38     ],
39     "SDWebImage": [
41     ],
42     "YYCategories": [
44     ],
45     "MBProgressHUD": [
47     ]
48   }