[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 4 / 0 / ALTimingFunction / 0.1.0 / ALTimingFunction.podspec.json
blob4b7c35398251d563a9d9e8209b967d89b4cd9ec4
2   "name": "ALTimingFunction",
3   "version": "0.1.0",
4   "summary": "Smooth animation timing function for iOS && OS X in Objective-C.",
5   "homepage": "https://github.com/0dayZh/ALTimingFunction",
6   "license": "MIT",
7   "authors": {
8     "0dayZh": "0day.zh@gmail.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/0dayZh/ALTimingFunction.git",
15     "tag": "0.1.0"
16   },
17   "public_header_files": "ALTimingFunction/*.h",
18   "source_files": "ALTimingFunction/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "QuartzCore"