[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 7 / 1 / AppStoreVersion / 1.0.2 / AppStoreVersion.podspec.json
blob0bbbf6722c5817315afd69cf0391a950f5a32688
2   "name": "AppStoreVersion",
3   "version": "1.0.2",
4   "summary": "An easy Swift framework to check your latest app version available on the AppStore and compare it to the installed version",
5   "description": "An easy Swift framework to check your latest app version available on the AppStore and compare it to the installed version.",
6   "homepage": "https://github.com/iMac0de/AppStoreVersion/blob/master/README.md",
7   "license": "MIT",
8   "authors": {
9     "iMac0de": "contact@jeremy-peltier.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/iMac0de/AppStoreVersion.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "AppStoreVersion",
20     "AppStoreVersion/*.{h,m,swift}"
21   ],
22   "resource_bundles": {
23     "Localizable": "AppStoreVersion/*.lproj/*.strings"
24   }