[Add] BlueTriangleSDK-Swift 3.13.1
[CocoaPods.git] / Specs / f / 0 / 6 / AMPullToRefresh / 1.0.0 / AMPullToRefresh.podspec.json
blob0a29f9f56def3d9fd1a0b0c50cc1b4db0950be69
2   "name": "AMPullToRefresh",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "1.0.0",
7   "summary": "A controller to add a pull to refresh view to a scroll view.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Anthony Miller": "AnthonyMDev@gmail.com"
14   },
15   "homepage": "https://github.com/AnthonyMDev/AMPullToRefresh",
16   "source": {
17     "git": "https://github.com/anthonymdev/ampulltorefresh.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "AMPullToRefreshBundle": [
23       "AMPullToRefresh/Resources/*"
24     ]
25   },
26   "frameworks": "UIKit",
27   "source_files": "AMPullToRefresh/*.{h,m}"