[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 2 / SOAYBPopupMenu / 1.1.8 / SOAYBPopupMenu.podspec.json
blob8a8092573fdd7b467cba18ffd8f0684861eb76fd
2   "name": "SOAYBPopupMenu",
3   "version": "1.1.8",
4   "summary": "YBPopupMenu支持源码和 Framework",
5   "homepage": "http://github.com/josercc/YBPopupMenu",
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": "http://github.com/josercc/YBPopupMenu.git",
18     "tag": "1.1.8"
19   },
20   "frameworks": "UIKit",
21   "prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/YBPopupMenu.git\" == 1.1.8' > Cartfile\nCarthage update --platform iOS",
22   "default_subspecs": "Source",
23   "subspecs": [
24     {
25       "name": "Source",
26       "source_files": "SOAYBPopupMenu Example/SOAYBPopupMenu/**/*.{h,m}"
27     },
28     {
29       "name": "Framework",
30       "vendored_frameworks": "Carthage/build/iOS/SOAYBPopupMenu.framework"
31     }
32   ]