[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 6 / 0 / YAHModel / 0.1 / YAHModel.podspec.json
blob477b541d09c8c108e0de3d53a1978db908025f1b
2   "name": "YAHModel",
3   "version": "0.1",
4   "summary": "JSON and Model networking framework.",
5   "description": "Data Networking, change JSON Data to Model",
6   "homepage": "https://github.com/yahua/YAHModel.git",
7   "license": "MIT",
8   "authors": {
9     "yahua": "yahua523@163.com"
10   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/yahua/YAHModel.git",
14     "tag": "0.1"
15   },
16   "source_files": "YAHModel/*.{h,m}",
17   "public_header_files": "YAHModel/*.{h}",
18   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
19   "platforms": {
20     "ios": "7.0",
21     "watchos": "2.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]