[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 9 / 1 / MyCustomFrameWork / 1.0.0 / MyCustomFrameWork.podspec.json
blob7b8fa3e309940b83e4cac8ac662a805d559b5e51
2   "name": "MyCustomFrameWork",
3   "version": "1.0.0",
4   "summary": "Test framework.",
5   "description": "My test framework",
6   "homepage": "http://pyze.com",
7   "license": {
8     "type": "Commercial",
9     "text": "    Copyright (c) 2013-2016, Pyze Technologies.\n    All rights reserved.\n"
10   },
11   "authors": {
12     "iOS Dev team": "ios@pyze.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/vnramachandra/MyCustomFrameWork-Library.git",
20     "tag": "v1.0.0"
21   },
22   "ios": {
23     "vendored_frameworks": "MyCustomFrameWork.framework",
24     "exclude_files": [
25       ".git",
26       ".gitignore"
27     ]
28   },
29   "frameworks": [
30     "CoreTelephony",
31     "SystemConfiguration"
32   ],
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   }