[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 0 / 9 / 5 / AppHelper / 1.0 / AppHelper.podspec.json
blob9b6f590875d59553f1709822e66f0981ea1150d9
2   "name": "AppHelper",
3   "version": "1.0",
4   "summary": "Some usefull codes collection for speeding up app development",
5   "description": "Some useful swift codes collection for iOS app development, which can speed up your app development process.",
6   "homepage": "https://github.com/SkyBluestar/AppHelper",
7   "license": "MIT",
8   "authors": {
9     "Evan Xie": "linhua.xie@foxmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SkyBluestar/AppHelper.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "Source/**/*.swift",
20     "Source/**/**/*.swift"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "pushed_with_swift_version": "4.0"