[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 4 / XLEasyImageSelect / 0.1.0 / XLEasyImageSelect.podspec.json
blobd0cf16a57e791e7825e1cc39b41b5e9d1d4d5f1e
2   "name": "XLEasyImageSelect",
3   "version": "0.1.0",
4   "summary": "简单的图片选择器,类似于微信",
5   "description": "图片的批量选择,图片的单张选择(相册、拍照)编辑",
6   "homepage": "https://github.com/randyeasy/XLEasyImageSelect",
7   "license": "MIT",
8   "authors": {
9     "Randy": "ouyaliang@163.com"
10   },
11   "source": {
12     "git": "https://github.com/randyeasy/XLEasyImageSelect.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XLEasyImageSelect": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "PureLayout": [
29       "~> 3.0.1"
30     ],
31     "XLEasyKitUtils": [
32       "~> 0.1.0"
33     ],
34     "LLSimpleCamera": [
35       "~> 4.1"
36     ]
37   },
38   "prefix_header_contents": [
39     "#import <XLEasyKitUtils/XLEasyKitUtils.h>",
40     "#import <PureLayout/PureLayout.h>",
41     "#import \"UIImage+XLEI.h\""
42   ]