[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 1 / 4 / GYTableViewController / 1.0.8 / GYTableViewController.podspec.json
blob84282951532daab84465a6ad116a191f598ae9cc
2   "name": "GYTableViewController",
3   "version": "1.0.8",
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.0.8"
16   },
17   "source_files": "GYTableViewController/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   }