[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 4 / SampleFrameworkSambaiz / 0.0.4 / SampleFrameworkSambaiz.podspec.json
blob5386ea42edaf3a6d72ba8c85de960ea5a5d8816a
2   "name": "SampleFrameworkSambaiz",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/sambaiz/ios-sample-framework",
9   "authors": {
10     "Taiki Sakamoto": "godgourd@gmail.com"
11   },
12   "summary": "Sample Framework",
13   "description": "This \nis \na sample framework",
14   "source": {
15     "git": "https://github.com/sambaiz/ios-sample-framework.git",
16     "tag": "v0.0.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "4.0",
23   "frameworks": [
25   ],
26   "weak_frameworks": [
28   ],
29   "default_subspecs": "All",
30   "subspecs": [
31     {
32       "name": "All",
33       "dependencies": {
34         "SampleFrameworkSambaiz/Foo": [
36         ],
37         "SampleFrameworkSambaiz/Bar": [
39         ]
40       }
41     },
42     {
43       "name": "Foo",
44       "source_files": "SampleFramework/Foo/**/*.{h,m,swift}"
45     },
46     {
47       "name": "Bar",
48       "source_files": "SampleFramework/Bar/**/*.{h,m,swift}"
49     }
50   ],
51   "swift_version": "4.0"