[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / 4 / AXExtensions / 1.1.0 / AXExtensions.podspec.json
blob858ee0d299a497c0ba4cbdfa720739f6f9e5a07f
2   "name": "AXExtensions",
3   "version": "1.1.0",
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.1.0"
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   ],
28   "frameworks": [
29     "UIKit",
30     "Foundation",
31     "AssetsLibrary",
32     "Photos"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "MJRefresh": [
37       "~> 3.0.0"
38     ]
39   }