blob: 483a8355991fc36a1a3577b05e732e73c4d3e0b3 [file] [log] [blame]
{
"name": "JSONModelTrial",
"version": "0.1.0",
"summary": "A test to validate it will be easy enough to use JSONModel with our library",
"description": "We wanted to test if using JSONMOdel wont give us any pain. We also want to check if in compile time this dependency is being compiled with our prefix",
"homepage": "https://github.com/msmobileapps/jsonmodeltrial",
"license": {
"type": "Apache License, Version 2.0",
"text": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": {
"michal_msapps": "msmobileapps@gmail.com"
},
"source": {
"git": "https://github.com/msmobileapps/jsonmodeltrial.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JSONModelTrial": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JSONModel": [
]
}
}