[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / b / 2 / 3 / BIZPopupView / 1.0.0 / BIZPopupView.podspec.json
blobd3248ad8819e225b7f4b78efaa18e2a6042116ee
2   "name": "BIZPopupView",
3   "version": "1.0.0",
4   "summary": "BIZPopupView is a custom popup as ContentView of that can be used any content of UIViewController. Can be used as custom alert.",
5   "homepage": "https://github.com/bizibizi/BIZPopupView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Igor Bizi": "igorbizi@mail.ru"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/bizibizi/BIZPopupView.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "public_header_files": "Classes/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "QuartzCore"
26   ],
27   "requires_arc": true,
28   "resources": "Resources/*.png",
29   "dependencies": {
30     "TPKeyboardAvoiding": [
32     ]
33   }