blob: f44cfe5c27dbe74a1afa22339da838ab5bb3ad21 [file] [log] [blame]
{
"name": "Fresh",
"version": "1.3.8",
"summary": "Base object for iOS",
"homepage": "https://github.com/GodL/Fresh.git",
"license": "MIT",
"authors": {
"GodL": "547188371@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GodL/Fresh.git",
"tag": "1.3.8"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Marco",
"source_files": "FreshDemo/Fresh/Marco/*.h"
},
{
"name": "Service",
"dependencies": {
"YYModel": [
],
"AFNetworking": [
],
"StreamKit": [
],
"TMarco": [
]
},
"source_files": "FreshDemo/Fresh/Service/*.{h,m}"
},
{
"name": "Protocol",
"source_files": "FreshDemo/Fresh/Protocol/*.h"
},
{
"name": "Category",
"dependencies": {
"Fresh/Protocol": [
],
"MJRefresh": [
],
"StreamKit": [
],
"Masonry": [
]
},
"source_files": "FreshDemo/Fresh/Category/*.{h,m}"
},
{
"name": "ViewModel",
"dependencies": {
"StreamKit": [
]
},
"source_files": "FreshDemo/Fresh/ViewModel/*.{h,m}"
},
{
"name": "Model",
"source_files": "FreshDemo/Fresh/Model/*.{h,m}"
},
{
"name": "View",
"dependencies": {
"Masonry": [
]
},
"source_files": "FreshDemo/Fresh/View/*.{h,m}"
},
{
"name": "Controller",
"dependencies": {
"Fresh/Protocol": [
],
"Masonry": [
],
"StreamKit": [
],
"Fresh/View": [
],
"Fresh/Category": [
],
"Fresh/ViewModel": [
]
},
"source_files": "FreshDemo/Fresh/Controller/*.{h,m}"
}
]
}