[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 4 / a / AppVersion / 1.0.1 / AppVersion.podspec.json
blob83ddcff5005c557247a200451d81a55d3ec4f778
2   "name": "AppVersion",
3   "version": "1.0.1",
4   "summary": "Sample version system for App.",
5   "description": "AppVersion is a Swift Library, compare version numbers.\nThe representation is:\n* Comparable\n* Equatable\n* StringLiteralConvertible",
6   "homepage": "https://github.com/woshizilong/AppVersion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaba": "woshizilong@hotmail.com"
13   },
14   "social_media_url": "https://github.com/woshizilong",
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/woshizilong/AppVersion.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "AppVersion/**/*.{h,swift}"