[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / 9 / XYFModel / 0.0.1 / XYFModel.podspec.json
blob628821eba70f3b8cf8dd268549591e0f01332887
2   "name": "XYFModel",
3   "version": "0.0.1",
4   "summary": "iOS, Objective-C, 字典转模型, 模型转字典, 模型归档接档 Dictionary to model, model to dictionary, archive model to file and unarchive model from file.",
5   "description": "iOS, Objective-C, 字典转模型, 模型转字典, 模型归档接档, 使用安全并且简单 Dictionary to model, model to dictionary, archive model to file and unarchive model from file, Simple, safety and light weight.",
6   "homepage": "https://github.com/CoderXYF/XYFModel",
7   "license": "MIT",
8   "authors": {
9     "CoderXYF": "2016003298@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CoderXYF/XYFModel.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "XYFModel/*.{h,m}",
19   "libraries": "objc",
20   "xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
22   }