[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / f / 5 / AppStore / 1.0.0 / AppStore.podspec.json
blob8e836c5ef7388c8706968cfd53c6cec15e98bcb3
2   "name": "AppStore",
3   "version": "1.0.0",
4   "summary": "An AppStore version cheaking framework in Swift.",
5   "homepage": "https://github.com/Meniny/AppStore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Elias Abel": "admin@meniny.cn"
12   },
13   "source": {
14     "git": "https://github.com/Meniny/AppStore.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://meniny.cn",
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AppStore/**/*.{h,swift}",
23   "resources": [
24     "AppStore/AppStore.bundle"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "module_name": "AppStore"