[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 1 / 8 / d / ValueTween / 0.0.1 / ValueTween.podspec.json
blobd7d9dcfae4db101fb66e57ec9c2539c213440108
2   "name": "ValueTween",
3   "version": "0.0.1",
4   "summary": "Simple Tween engine and Easing Libraries for Objective-C.",
5   "description": "                   ValueTween\n                   ====\n                   Simple Tween engine and Easing Libraries for Objective-C.\n",
6   "homepage": "https://github.com/feb19/Value-Tween-Library-for-Objective-C",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nobuhiro Takahashi": "nt[at]feb19.jp"
13   },
14   "social_media_url": "http://twitter.com/feb19",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/feb19/Value-Tween-Library-for-Objective-C.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "frameworks": "QuartzCore",
29   "requires_arc": true