[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / b / MMTweenAnimation / 1.1 / MMTweenAnimation.podspec.json
blobacf8f6284679cb155ebea17104488658ffa24aaf
2   "name": "MMTweenAnimation",
3   "version": "1.1",
4   "summary": "A extension of POP(from facebook) Animation",
5   "description": "    A extension of POP(from facebook) custom animation. Inspired by tweaner(https://code.google.com/p/tweaner), MMTweanerAnimation provide 10 types of custom animation while using POP.\n",
6   "homepage": "https://github.com/adad184/MMTweenAnimation",
7   "screenshots": "https://raw.githubusercontent.com/adad184/MMTweenAnimation/master/Images/2.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ralph Li": "adad184@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/adad184/MMTweenAnimation.git",
20     "tag": "1.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "frameworks": "UIKit",
28   "requires_arc": true,
29   "dependencies": {
30     "pop": [
32     ]
33   }