[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 6 / PullToMakeSoup / 1.2 / PullToMakeSoup.podspec.json
blob7d8c6ad2edfdc3d06b9fa33e7ad73398f11ddca2
2   "name": "PullToMakeSoup",
3   "version": "1.2",
4   "summary": "Custom animated pull-to-refresh that can be easily added to UIScrollView",
5   "homepage": "http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Yalantis",
11   "social_media_url": "https://twitter.com/yalantis",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/Yalantis/PullToMakeSoup.git",
17     "tag": "1.2"
18   },
19   "source_files": "PullToMakeSoup/**/*.{h,m,swift}",
20   "resources": "PullToMakeSoup/**/*.{svg,png,xib,xcassets}",
21   "module_name": "PullToMakeSoup",
22   "requires_arc": true,
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore"
26   ],
27   "dependencies": {
28     "PullToRefresher": [
29       "~> 1.0"
30     ]
31   }