blob: dc6858ada070b04999f6eb13f53dededfecebb7a [file] [log] [blame]
{
"name": "StarLib",
"version": "0.2.0",
"summary": "A short description of StarLib.",
"description": "这是我的私人类库",
"homepage": "https://github.com/iStarEternal/StarLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iStarEternal": "576681253@qq.com"
},
"source": {
"git": "https://github.com/iStarEternal/StarLib.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"prefix_header_contents": "#import \"StarLibDefine.h\"",
"source_files": [
"StarLib/Classes/**/*",
"StarLib/Classes/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
],
"YYText": [
],
"MJRefresh": [
],
"NJKWebViewProgress": [
],
"HMSegmentedControl": [
],
"Masonry": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}