blob: 4dc2d096b7e4cf101a221892fe35aa8670a030b1 [file] [log] [blame]
{
"name": "BetterContent",
"version": "0.0.3",
"summary": "Allows for real time app content modifications",
"description": " When developing web apps, one can open FireBug and make changes to texts and images on the spot, immediately seeing the effect. When developing mobile applications, each change requires code modification, recompile and a reinstall. This makes the development cycle of mobile application longer and more tedious. \n\n When installing the BetterContent pod, you can edit your application in runtime via a browser interface. Run your application and open http://bettercontent.herokuapp.com to edit its content.\n",
"homepage": "http://bettercontent.herokuapp.com",
"license": "MIT",
"authors": {
"gardenofwine": "gardenofwine@gmail.com"
},
"source": {
"git": "https://github.com/gardenofwine/better-content-client-ios.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/gardenofwine",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"dependencies": {
"MAZeroingWeakRef": [
],
"BlocksKit": [
],
"SocketRocket": [
],
"UIImage-ResizeMagick": [
]
}
}