blob: 289fea5bc11b9ddb7914a5da49ea29192a66baff [file] [log] [blame]
{
"name": "SLKBaseCommon",
"version": "0.1.3",
"summary": "Fix missing folder",
"description": "It is Sulink base common component,try it",
"homepage": "https://github.com/tyjlp/SLKBaseCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tyjlp": "332676989@qq.com"
},
"source": {
"git": "https://github.com/tyjlp/SLKBaseCommon.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "SLKBaseCommon/Classes/Category/**/*",
"frameworks": [
"QuartzCore",
"MapKit",
"CoreText"
]
},
{
"name": "Networking",
"source_files": "SLKBaseCommon/Classes/Networking/**/*",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
]
}
},
{
"name": "Tool",
"source_files": "SLKBaseCommon/Classes/Tool/**/*",
"frameworks": "CoreLocation"
},
{
"name": "Constant",
"source_files": "SLKBaseCommon/Classes/Constant/**/*"
}
]
}