[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / 4 / LaunchScreen / 1.0.0 / LaunchScreen.podspec.json
blob6802bafcf355bb741d8546f6363e2f5d97d101f6
2   "name": "LaunchScreen",
3   "version": "1.0.0",
4   "summary": "View controller class providing interactive & dynamic splash screens",
5   "description": "LaunchScreen is a UIViewController class that exposes your Launch Screen XIB as a view controller\nfor your use as an interactive/dynamic splash screen, or simply as a snapshot image for a static\nsplash screen.\n",
6   "homepage": "https://github.com/granoff/LaunchScreen",
7   "license": "MIT",
8   "authors": {
9     "Mark H. Granoff": "mark@granoff.net"
10   },
11   "source": {
12     "git": "https://github.com/granoff/LaunchScreen.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/hawkimedia",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "LaunchScreen": [
23       "Pod/Assets/*.png"
24     ]
25   }