blob: 1e3513dc7dcafb76a5e822c710964ad870e1e9c8 [file] [log] [blame]
{
"name": "SLKBaseCommon",
"version": "0.1.2",
"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.2"
},
"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"
}
]
}