[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 3 / e / TFFramework / 0.0.1 / TFFramework.podspec.json
blobd5c2a39f79c85c7416e985cb1f24af5803d441e9
2   "name": "TFFramework",
3   "version": "0.0.1",
4   "summary": "TFFramework is a test framework.",
5   "homepage": "https://github.com/RavenKite/TestFramework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "RavenKite": "lipeizhuo0528@outlook.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/RavenKite/TestFramework.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "TestFramework/TestFramework/TFClasses/*.{h,m}",
21   "resource_bundles": {
22     "TFAssets": [
23       "TestFramework/TestFramework/TFAssets.bundle/**/*.*"
24     ]
25   },
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "TestFramework/TestFramework/TFClasses/TFCore/*.{h,m}",
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "View",
38       "source_files": "TestFramework/TestFramework/TFClasses/TFView/*.{h,m}",
39       "frameworks": "UIKit",
40       "dependencies": {
41         "TFFramework/Core": [
43         ]
44       }
45     }
46   ]