blob: 0fb5e37fd05ed7c8d04f6613617bd03df0fb0883 [file] [log] [blame]
{
"name": "BasicFundation",
"version": "1.0.2",
"license": "MIT",
"summary": "Basic Objective-C files for iOS Application",
"homepage": "https://github.com/L1zzy/BasicFundation",
"authors": {
"L1zzy": "411378202@qq.com"
},
"source": {
"git": "https://github.com/L1zzy/BasicFundation.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "BaseFundation/ViewModel/*.{h,m}",
"dependencies": {
"MJRefresh": [
],
"ReactiveCocoa": [
],
"JSONModel": [
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}