[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / b / ZHAddressTextFiled / 1.1.8 / ZHAddressTextFiled.podspec.json
blob4475df565c86aaa831737bff5f7578c44e173d10
2   "name": "ZHAddressTextFiled",
3   "version": "1.1.8",
4   "summary": "支持自定义错误提示 未编辑 编辑中 编辑完成等状态 自定义输入框",
5   "homepage": "https://github.com/josercc/ZHAddressTextFiled",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "josercc": "josercc@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/josercc/ZHAddressTextFiled.git",
18     "tag": "1.1.8"
19   },
20   "frameworks": "UIKit",
21   "prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/ZHAddressTextFiled.git\" == 1.1.8' > Cartfile\nCarthage update --platform iOS",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Source",
30       "source_files": "ZHAddressTextFiled Example/ZHAddressTextFiled/**/*.[h,m]"
31     },
32     {
33       "name": "Framework",
34       "vendored_frameworks": "Carthage/build/iOS/ZHAddressTextFiled.framework"
35     }
36   ]