[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 9 / 7 / BIZImagePagerViewController / 1.0.0 / BIZImagePagerViewController.podspec.json
blob5ef1cc00fe511c9fc07b4215c6506a6c24c0478c
2   "name": "BIZImagePagerViewController",
3   "version": "1.0.0",
4   "summary": "BIZImagePagerViewController is a handy image viewer, can be used with few images ,downloaded image will be fit to screen.",
5   "homepage": "https://github.com/bizibizi/BIZImagePagerViewController",
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/BIZImagePagerViewController.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   "dependencies": {
29     "BIZImageViewController": [
30       "~>1.0.0"
31     ]
32   }