[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 6 / 3 / ATProxy / 0.2.4 / ATProxy.podspec.json
blob4018518dadba9f7d8394e2092cb964ee5a24b4bc
2   "name": "ATProxy",
3   "version": "0.2.4",
4   "summary": "转场动画代理的代理,不再关心转场代理,实现灵活运用专场动画和交互动画。",
5   "homepage": "https://github.com/youlianchun/ATProxy",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "YLCHUN": "youlianchunios@163.com"
12   },
13   "source": {
14     "git": "https://github.com/youlianchun/ATProxy.git",
15     "tag": "0.2.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "static_framework": true,
21   "source_files": "ATProxy/Classes/**/*",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "NO"
24   },
25   "public_header_files": "ATProxy/Classes/**/*.h",
26   "subspecs": [
27     {
28       "name": "ATProxy",
29       "ios": {
30         "libraries": "c++"
31       },
32       "source_files": "ATProxy/ATProxy/**/*"
33     }
34   ]