blob: 97599dd3ac04e677c959e4a3c4f388d7b9a673f1 [file] [log] [blame]
{
"name": "LTTestLib",
"version": "0.0.3",
"summary": "A Test Lib",
"description": "This lib is use for how to create a CocoaPods lib",
"homepage": "https://github.com/hongfenglt/LTTestLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"洪峰": "hongfengkt@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hongfenglt/LTTestLib.git",
"tag": "0.0.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Reachability": [
]
},
"subspecs": [
{
"name": "Controller",
"source_files": "Classes/Controller/*.{h,m}",
"public_header_files": "Classes/Controller/*.h"
},
{
"name": "View",
"source_files": "Classes/View/*.{h,m}",
"public_header_files": "Classes/View/*.h"
},
{
"name": "Model",
"source_files": "Classes/Model/*.{h,m}",
"public_header_files": "Classes/Model/*.h"
},
{
"name": "Service",
"source_files": "Classes/Service/*.{h,m}",
"public_header_files": "Classes/Service/*.h"
}
]
}