[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / b / c / PWPagingTableView / 0.0.6 / PWPagingTableView.podspec.json
blob5275cc9e12e98cc60b8028970c7e6dc65c17e09f
2   "name": "PWPagingTableView",
3   "version": "0.0.6",
4   "summary": "tableview的分割管理",
5   "description": "tableview的分割管理",
6   "homepage": "https://github.com/wnrz/PWPagingTableView.git",
7   "license": "MIT",
8   "authors": {
9     "PW": "66682060@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "public_header_files": "PWPagingTableView/**/*.h",
15   "source_files": "PWPagingTableView/**/*{h,m}",
16   "source": {
17     "git": "https://github.com/wnrz/PWPagingTableView.git",
18     "tag": "0.0.6"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "resource_bundles": {
26     "PWPagingTableView": [
27       "PWPagingTableView/PWPagingTableView/**/*.{png,plist,xib}"
28     ]
29   },
30   "dependencies": {
31     "PWDataBridge": [
33     ],
34     "Masonry": [
36     ],
37     "MJRefresh": [
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "PWPagingTableView",
44       "source_files": "PWPagingTableView/PWPagingTableView/**/*.{h,m,c}",
45       "ios": {
46         "frameworks": [
47           "UIKit",
48           "Foundation",
49           "UIKit"
50         ]
51       }
52     }
53   ]