[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / 9 / GDYSDK / 0.1.6 / GDYSDK.podspec.json
blob5205dcd5450d27c311433b7d6338643ca13007b5
2   "name": "GDYSDK",
3   "version": "0.1.6",
4   "summary": "GDYSDK personal cretae SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/GDaYao/GDYSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GDY": "jaeda1418154979@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GDaYao/GDYSDK.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "MapKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "libraries": "sqlite3",
29       "source_files": "GDYSDK/Classes/Core/**/*",
30       "public_header_files": "GDYSDK/Classes/Core/**/*.h",
31       "dependencies": {
32         "AFNetworking": [
33           "3.2.1"
34         ]
35       },
36       "xcconfig": {
37         "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
38         "LIBRARY_SEARCH_PATHS": "$(inherited)",
39         "HEADER_SEARCH_PATHS": "$(inherited)",
40         "OTHER_CFLAGS": "$(inherited)",
41         "OTHER_LDFLAGS": "$(inherited)",
42         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited)"
43       }
44     }
45   ]