Skip to content

Commit

Permalink
cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
yeluolei committed Feb 6, 2017
1 parent 2a6e6d4 commit ec469db
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions cordova-ios-plugin.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "cordova-plugin-baidumobstat",
"version": "1.0.0",
"summary": "Cordova BaiduMobStat Plugin",
"description": "百度移动统计ios版本cordova插件",
"homepage": "https://github.com/BaiduMobileAnalysis/cordova-ios-plugin",
"license": {
"type": "Apache License, Version 2.0",
"text": " \"type\": \"Apache License, Version 2.0\",\n \"text\": \" Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\"\n"
},
"authors": {
"Rurui Ye"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BaiduMobileAnalysis/cordova-ios-plugin.git",
"tag": "1.0.0"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"frameworks": [
],
"dependencies": {
"BaiduMobStat": [
">= 4.3.0"
]
}
}

0 comments on commit ec469db

Please sign in to comment.