[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 8 / OCExtension / 0.1.3 / OCExtension.podspec.json
blob73d4cc976421f04a5ff20f096452e460d0b8aaec
2   "name": "OCExtension",
3   "version": "0.1.3",
4   "summary": "A short description of OCExtension.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxu/OCExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fenghanxu": "1162851277@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fenghanxu/OCExtension.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "Source/**/*.h",
23     "Source/*/**/*.h",
24     "Source/*/*/**/*.h",
25     "Source/*/*/*/**/*.h"
26   ],
27   "source_files": [
28     "Source/**",
29     "Source/*/**",
30     "Source/*/*/**",
31     "Source/*/*/*/**"
32   ],
33   "resource_bundles": {
34     "Asserts": [
35       "Asserts.bundle/*.png"
36     ]
37   },
38   "requires_arc": true,
39   "frameworks": [
40     "UIKit",
41     "Foundation"
42   ],
43   "dependencies": {
44     "SDWebImage": [
46     ],
47     "AFNetworking": [
49     ]
50   }