[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 4 / GYTableViewController / 1.1.2.1 / GYTableViewController.podspec.json
blob5def186c0a4a4cebc4bbf9154eda8d9bc57b72c4
2   "name": "GYTableViewController",
3   "version": "1.1.2.1",
4   "summary": "A simple and efficient table control with pull-to-refresh",
5   "homepage": "https://github.com/gaoyangclub/GYTableViewController",
6   "license": "MIT",
7   "authors": {
8     "高扬": "gaoyangclub@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/gaoyangclub/GYTableViewController.git",
15     "tag": "1.1.2.1"
16   },
17   "source_files": "Framework/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MJRefresh": [
22     ]
23   },
24   "user_target_xcconfig": {
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   }