[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 6 / 1 / GoatCore / 0.0.4 / GoatCore.podspec.json
blob9b7e907279a662f3478b3d68b062c710ea763d7e
2   "name": "GoatCore",
3   "version": "0.0.4",
4   "summary": "A common framework of GoatGames iOS SDK.",
5   "homepage": "https://developer.goatgames.com",
6   "description": "A short description of GoatCore. All other framework will pod it",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SuperCells": "lixiaojian@goatgames.com"
13   },
14   "source": {
15     "git": "https://github.com/SuperCells/example.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "GoatCore/GoatBasic.framework/Headers/*.{h}",
22   "vendored_frameworks": [
23     "GoatCore/GoatBasic.framework"
24   ],
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   }