| { |
| "name": "TFFramework", |
| "version": "0.0.1", |
| "summary": "TFFramework is a test framework.", |
| "homepage": "https://github.com/RavenKite/TestFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "RavenKite": "lipeizhuo0528@outlook.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/RavenKite/TestFramework.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TestFramework/TestFramework/TFClasses/*.{h,m}", |
| "resource_bundles": { |
| "TFAssets": [ |
| "TestFramework/TestFramework/TFAssets.bundle/**/*.*" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "TestFramework/TestFramework/TFClasses/TFCore/*.{h,m}", |
| "frameworks": "Foundation" |
| }, |
| { |
| "name": "View", |
| "source_files": "TestFramework/TestFramework/TFClasses/TFView/*.{h,m}", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "TFFramework/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |