[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 2 / 7 / yysk / 1.0.0 / yysk.podspec.json
blob1c2fe4f1d740309f6642ee74e90a81b6742d4bdb
2   "name": "yysk",
3   "version": "1.0.0",
4   "summary": "Simple c++ binary serialization tookit.",
5   "homepage": "https://github.com/charleslyh/yysk",
6   "authors": {
7     "Charles Lee": "charles.liyh@yy.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/charleslyh/yysk.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "yysk/**/*",
21   "public_header_files": "**/*.hpp",
22   "header_mappings_dir": "yysk",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "${PODS_ROOT}"
25   }