[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / a / e / GTMRefresh / 1.3.6 / GTMRefresh.podspec.json
blob9753f117b1c2bd7985f239e7d5d134d943a5ec5d
2   "name": "GTMRefresh",
3   "version": "1.3.6",
4   "summary": "swift 实现的上拉刷新,下拉加载动效库",
5   "swift_version": "4.2",
6   "homepage": "https://github.com/GTMYang/GTMRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GTMYang": "17757128523@163.com"
13   },
14   "source": {
15     "git": "https://github.com/GTMYang/GTMRefresh.git",
16     "tag": "1.3.6"
17   },
18   "source_files": "GTMRefresh/*.{h,swift}",
19   "resources": "GTMRefresh/Resource/**/*",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "UIKit",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.2"
26   }