[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / e / f / PNPullToRefresh / 0.1.0 / PNPullToRefresh.podspec.json
blob9d1baeb1a71ae70f6064703a49b0989804e544ba
2   "name": "PNPullToRefresh",
3   "version": "0.1.0",
4   "summary": "Control like ActionBar-PullToRefresh of Android for iOS. customized from https://github.com/STAR-ZERO/STZPullToRefresh.git",
5   "homepage": "https://github.com/giuseppenucifora/PNPullToRefresh",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Nucifora": "me@giuseppenucifora.com"
9   },
10   "source": {
11     "git": "https://github.com/giuseppenucifora/PNPullToRefresh.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "PNPullToRefresh/Classes/**/*",
18   "resource_bundles": {
19     "PNPullToRefresh": [
20       "PNPullToRefresh/Assets/*.png"
21     ]
22   },
23   "dependencies": {
24     "UIDevice-Utils": [
26     ]
27   }