[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / 2 / iOSCoreModule / 0.12.0 / iOSCoreModule.podspec.json
blob07271fee56b87631d9c94d7ea80b68c932493501
2   "name": "iOSCoreModule",
3   "version": "0.12.0",
4   "summary": "Sample po that includes Core and optional doc module",
5   "description": "Custom sample sdk cocoapods to test core and optional module. Includes core and optional doc module",
6   "homepage": "https://github.com/AdrianaPineda/iOSCoreModule",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "apineda-truora": "apineda@truora.com"
13   },
14   "user_target_xcconfig": {
15     "OTHER_LDFLAGS": "-ObjC -lc++ -lz",
16     "CLANG_MODULES_AUTOLINK": "YES"
17   },
18   "source": {
19     "git": "https://github.com/AdrianaPineda/iOSCoreModule.git",
20     "tag": "0.12.0"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "subspecs": [
26     {
27       "name": "iOSCoreModule",
28       "vendored_frameworks": [
29         "Products/iOSCoreModule.xcframework"
30       ]
31     },
32     {
33       "name": "iOSDocModule",
34       "vendored_frameworks": [
35         "Products/iOSDocModule.xcframework"
36       ]
37     }
38   ]