blob: ddf98389d15e3aaebbb1eec7c1ba1cfc6fbd1cf5 [file] [log] [blame]
{
"name": "PoporNetRecord",
"version": "0.0.15",
"summary": "PoporNetRecord will record net request only in debug configuration",
"homepage": "https://github.com/popor/PoporNetRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporNetRecord.git",
"tag": "0.0.15"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"PoporUI/IToast": [
],
"PoporUI/UIView": [
],
"PoporFoundation/NSDictionary": [
],
"PoporFoundation/NSString": [
],
"PoporFoundation/NSDate": [
],
"JSONSyntaxHighlight": [
]
},
"subspecs": [
{
"name": "entity",
"source_files": "PoporNetRecord/Classes/entity/*.{h,m}"
},
{
"name": "ListVC",
"dependencies": {
"PoporNetRecord/entity": [
],
"PoporNetRecord/DetailVC": [
]
},
"source_files": "PoporNetRecord/Classes/ListVC/*.{h,m}"
},
{
"name": "DetailVC",
"dependencies": {
"PoporNetRecord/entity": [
]
},
"source_files": "PoporNetRecord/Classes/DetailVC/*.{h,m}"
}
]
}