[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / f / 7 / FlumpOBJC / 1.2 / FlumpOBJC.podspec.json
blob489ffe566ace9df045cb8cc2b816b5663f0ffe5a
2   "name": "FlumpOBJC",
3   "version": "1.2",
4   "summary": "Flump runtimes for both UIKit and Sparrow Framework.",
5   "homepage": "https://github.com/levieggert/FlumpOBJC",
6   "license": "MIT",
7   "authors": {
8     "levieggert": "levi_eggert@hotmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/levieggert/FlumpOBJC.git",
15     "tag": "1.2",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "export",
22       "source_files": "FlumpExample/Classes/flump/export/*.{h,m}"
23     },
24     {
25       "name": "sparrow",
26       "dependencies": {
27         "Sparrow": [
29         ],
30         "FlumpOBJC/export": [
32         ]
33       },
34       "source_files": "FlumpExample/Classes/flump/sparrow/*.{h,m}"
35     },
36     {
37       "name": "uikit",
38       "dependencies": {
39         "FlumpOBJC/export": [
41         ]
42       },
43       "source_files": "FlumpExample/Classes/flump/uikit/*.{h,m}"
44     }
45   ]