blob: 3db8eb57ed287748a39770ee42dfabd6e5871517 [file] [log] [blame]
{
"name": "SafeKit",
"version": "1.3.2",
"summary": "iOS safe kit.Never crash",
"homepage": "https://github.com/JJMM/SafeKit",
"license": "Apache License, Version 2.0",
"authors": {
"JJMM": "iosdes@163.com"
},
"source": {
"git": "https://github.com/JJMM/SafeKit.git",
"tag": "1.3.2"
},
"frameworks": "Foundation",
"platforms": {
"ios": null
},
"source_files": "SafeKit/*",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"dependencies": {
"SafeKit/SafeCore": [
]
},
"source_files": "SafeKit/Foundation/*"
},
{
"name": "SafeCore",
"source_files": "SafeKit/SafeCore/*"
}
]
}