[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / 6 / UIView-Motion / 1.0.1 / UIView-Motion.podspec.json
blob27b95cbfb58d7990f9a3cef7c5df33aa4bf8a0a9
2   "name": "UIView-Motion",
3   "version": "1.0.1",
4   "summary": "addSubview and removeFromSuperview with animations! (not with autolayout though)",
5   "description": "                   UIView helper category to add animation on addSubview & removeFromSuperView with one method. Uses facebook pop. Doesn't play well with AutoLayout.\n",
6   "homepage": "https://github.com/itchingpixels/UIView-Motion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "Mark Szulyovszky": "mark.szulyovszky@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/itchingpixels",
15   "source": {
16     "git": "https://github.com/itchingpixels/UIView-Motion.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Class/*",
20   "exclude_files": "Example/*",
21   "dependencies": {
22     "pop": [
23       "~> 1.0"
24     ]
25   },
26   "platforms": {
27     "ios": "6.0"
28   }