[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / c / 2 / AACollageView / 1.0.1 / AACollageView.podspec.json
blob5ab6cb4db641960e990d443dfdda03af7b9749ec
2   "name": "AACollageView",
3   "version": "1.0.1",
4   "summary": "Custom UIView for displaying interactive collage from images",
5   "description": "                   If you are looking for some way to organize photos in collage, AACollageView is right for you. It uses simple enough recursive algorithm to build an optimal structure of images\n",
6   "homepage": "https://github.com/Azat92/AACollageView",
7   "license": "MIT",
8   "authors": {
9     "azat.almeev": "azat.almeev@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/AzatAlmeev",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/Azat92/AACollageView.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "Classes/AACollageView.h",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "BlocksKit": [
32       "~> 2.2.5"
33     ],
34     "SDWebImage": [
35       "~> 3.7.1"
36     ]
37   }