blob: 3b759069e12b6e24727ddbb4b02dde55b3b66642 [file] [log] [blame]
{
"name": "SafeKit",
"version": "1.4.1",
"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.4.1"
},
"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/*"
},
{
"name": "MRC",
"requires_arc": false,
"compiler_flags": "-ObjC",
"dependencies": {
"SafeKit/SafeCore": [
]
},
"source_files": "SafeKit/MRC/*"
}
]
}