[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / 4 / AXExtensions / 1.2.5 / AXExtensions.podspec.json
blobcc507d3284ddfe7ceb56427b75a761cc7b3b5345
2   "name": "AXExtensions",
3   "version": "1.2.5",
4   "summary": "A extensions framework in iOS.",
5   "description": "A extensions framework in iOS.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/devedbox/AXExtensions",
7   "license": "MIT",
8   "authors": {
9     "艾星": "862099730@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/devedbox/AXExtensions.git",
16     "tag": "1.2.5"
17   },
18   "source_files": [
19     "AXExtensions/AXExtensions/ALAsset+Image/*.{h,m}",
20     "AXExtensions/AXExtensions/PHAsset+Image/*.{h,m}",
21     "AXExtensions/AXExtensions/UIImagePickerController+Authorization/*.{h,m}",
22     "AXExtensions/AXExtensions/UINavigationBar+Separator_hidden/*.{h,m}",
23     "AXExtensions/AXExtensions/UIToolBar+Separator_hidden/*.{h,m}",
24     "AXExtensions/AXExtensions/UIViewController+Title/*.{h,m}",
25     "AXExtensions/AXExtensions/UIImage+TintColor/*.{h,m}",
26     "AXExtensions/AXExtensions/ScrollView/*.{h,m}",
27     "AXExtensions/AXExtensions/UIView+Extension/*.{h,m}"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "AssetsLibrary",
33     "Photos"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "MJRefresh": [
38       "~> 3.0.0"
39     ]
40   }