blob: 45fd82fab1c51cec75f0671283d23978264dba1d [file] [log] [blame]
{
"name": "FIMSDK",
"version": "0.1.2",
"summary": "FIMSDK 是Hybrid App(混合模式移动应用)核心代码,是指介于web-app、native-app这两者之间的app,兼具“Native App良好用户交互体验的优势”和“Web App跨平台开发”的优势。",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/chinacss/originalM.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suchangjie2000@163.com": "suchangjie2000@163.com"
},
"source": {
"svn": "http://suchangjie.vicp.io/svn/originalM/FIMSDK",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"FIMSDK": [
"FIMSDK/Assets/*"
]
},
"source_files": "FIMSDK/Classes/**/*.{h,m}",
"public_header_files": "FIMSDK/Classes/**/*.{h}",
"frameworks": [
"UIKit",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~> 2.7.2"
],
"Masonry": [
"~> 1.1.0"
],
"FAKit": [
"~> 0.1.0"
],
"CocoaLumberjack": [
"~> 3.3.0"
],
"SimulateIDFA": [
"~> 0.0.1"
],
"ReactiveObjC": [
"~> 3.0.0"
]
}
}