blob: 44225b79af776e709ed794c60eed6a7ba8317ebd [file] [log] [blame]
{
"name": "Utils",
"version": "0.1.2",
"summary": "Utility Functions that we use everyday everywhere",
"description": " Basic Utility Classes, Methods, Functions, Structures and Macros\n",
"homepage": "http://www.makingwaves.no/",
"license": "MIT",
"authors": {
"Chamira Fernando": "chamira.fdo@gmail.com"
},
"source": {
"git": "https://github.com/chamira/Utils.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Utils": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
]
}