[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / b / 8 / a / AIHotPatch / 1.0 / AIHotPatch.podspec.json
blob0599636a170c5d39b1ca278664d5bf73360bfa54
2   "name": "AIHotPatch",
3   "version": "1.0",
4   "summary": "基于JSPatch封装的热补丁方案,主要关注流程.",
5   "homepage": "https://git.oschina.net/aicmciisc/AIHotPatch",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "zify": "zhaol2014@foxmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://git.oschina.net/aicmciisc/AIHotPatch.git",
15     "tag": "1.0"
16   },
17   "source_files": "AIHotPatch/**/*.{h,m}",
18   "public_header_files": "AIHotPatch/**/*.h",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "JSPatch": [
22       "~> 1.1.2"
23     ]
24   }