blob: 3762d27de8b0dd15fd66117c379e67ae8ff0f04b [file] [log] [blame]
{
"name": "SAUtils",
"version": "1.1.2",
"summary": "General collection of SuperAwesome Utility functions for iOS",
"description": "SAUtils is a library containing network and utility functions needed by the SDK.",
"homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-utils",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE Version 3",
"file": "LICENSE"
},
"authors": {
"Gabriel Coman": "gabriel.coman@superawesome.tv"
},
"source": {
"git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-utils.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SAUtils": [
"Pod/Assets/*.png"
]
}
}