[Add] AcousticConnectReactNativeDebug 1.0.47
[CocoaPods.git] / Specs / 1 / d / c / OCFrame / 1.0.0 / OCFrame.podspec.json
blob70f1666e002884bb057efd90841d4746a021510b
2   "name": "OCFrame",
3   "version": "1.0.0",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using ObjC.",
6   "homepage": "https://github.com/tospery/OCFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/OCFrame.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "OCFrame/Classes/**/*",
22   "resource_bundles": {
23     "OCFrame": [
24       "OCFrame/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "Accelerate",
31     "QuartzCore",
32     "CoreLocation",
33     "SystemConfiguration",
34     "AdSupport",
35     "WebKit",
36     "CoreGraphics",
37     "Photos"
38   ],
39   "dependencies": {
40     "QMUIKit/QMUICore": [
41       "4.0.4"
42     ],
43     "QMUIKit/QMUIComponents/QMUILabel": [
44       "4.0.4"
45     ],
46     "QMUIKit/QMUIComponents/QMUIButton": [
47       "4.0.4"
48     ]
49   }