[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 2 / DialogGameScore / 0.0.2 / DialogGameScore.podspec.json
blobe21a9f0e78dc8434611a4c4ce77e89a244379173
2   "name": "DialogGameScore",
3   "version": "0.0.2",
4   "summary": "A reusable popup dialog for two player games.",
5   "description": "A reusable popup dialog for two player games. This framework mainly used for my internal projects.",
6   "homepage": "https://github.com/KeithGapusan/DialogGameScore",
7   "license": "MIT",
8   "authors": {
9     "Keith Randell Gapusan": "krsgapusan@gmail.com"
10   },
11   "social_media_url": "https://www.instagram.com/keithgapusan/",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/KeithGapusan/DialogGameScore.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "DialogGameScore/**/*.{h,m,swift,storyboard,xib.json}",
20   "resource_bundles": {
21     "DialogGameScore": [
22       "DialogGameScore/**/*.{storyboard,xib,xcassets,json,imageset,png,swift}"
23     ]
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.2"
27   }