[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 2 / 1 / AsyncPhotoBrowser / 0.2.0 / AsyncPhotoBrowser.podspec.json
blob39ce415e9f8da957bc76190c2e059c973b28d1e2
2   "name": "AsyncPhotoBrowser",
3   "version": "0.2.0",
4   "summary": "High performance photo browser designed for web images built with FastImageCache. Contains a grid view; can zoom in/out specific image and scroll across images.",
5   "homepage": "https://github.com/DJBen/AsyncPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "Sihao Lu": "lsh32768@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/DJBen/AsyncPhotoBrowser.git",
15     "tag": "0.2.0"
16   },
17   "source_files": "AsyncPhotoBrowser/Classes/*.{h,m,swift}",
18   "requires_arc": true,
19   "dependencies": {
20     "FastImageCache": [
21       "~> 1.3"
22     ],
23     "Alamofire": [
25     ],
26     "Cartography": [
28     ]
29   }