[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 1 / OCComponent / 0.0.2 / OCComponent.podspec.json
bloba4db33ee198165a08500b8cab2d3feb30712ff8e
2   "name": "OCComponent",
3   "version": "0.0.2",
4   "summary": "iOS OC component",
5   "description": "ios Common component",
6   "homepage": "https://github.com/guohongqi-china/OCComponent",
7   "license": "MIT",
8   "authors": {
9     "guohongqi-china": "820003039@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/guohongqi-china/OCComponent.git",
16     "tag": "0.0.2"
17   },
18   "public_header_files": "OCComponent/OCComponent.h",
19   "source_files": "OCComponent/OCComponent.h",
20   "requires_arc": true,
21   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif",
22   "subspecs": [
23     {
24       "name": "Component",
25       "source_files": "OCComponent/Component/**/*.{h,m}",
26       "public_header_files": "OCComponent/Component/**/*.{h}",
27       "watchos": {
28         "frameworks": [
29           "MobileCoreServices",
30           "CoreGraphics"
31         ]
32       },
33       "ios": {
34         "frameworks": [
35           "MobileCoreServices",
36           "CoreGraphics"
37         ]
38       },
39       "osx": {
40         "frameworks": "CoreServices"
41       }
42     }
43   ]