[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / a / 8 / Advance / 2.1.0 / Advance.podspec.json
blob8a1cd431703ee00083906149137d2decf0bcf9bb
2   "name": "Advance",
3   "version": "2.1.0",
4   "summary": "Physics-based animations for iOS, tvOS, and macOS.",
5   "description": "Advance is a Swift framework that enables advanced animations and physics-based interactions.",
6   "homepage": "https://github.com/timdonnelly/Advance",
7   "license": "BSD 2-clause \"Simplified\" License",
8   "authors": "Tim Donnelly",
9   "social_media_url": "http://twitter.com/timdonnelly",
10   "source": {
11     "git": "https://github.com/timdonnelly/Advance.git",
12     "tag": "v2.1.0"
13   },
14   "source_files": "Sources/**/*.swift",
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12",
19     "tvos": "10.0"
20   },
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "Tests/**/*.swift"
26     }
27   ]