blob: a2f3fa0dde23be5fe9d9f5eca58df2e51abf490e [file] [log] [blame]
{
"name": "ASYConvenienceFunctions",
"version": "0.1.1",
"summary": "ASYConvenienceFunctions pod",
"description": " Convenience Functions for ios development\n",
"homepage": "http://asynchronylabs.com",
"license": {
"type": "MIT",
"text": " license text goes here\n"
},
"authors": "WWT Asynchrony Labs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/exzibtx/ASYConvenienceFunctions.git",
"tag": "0.1.1"
},
"source_files": "ASYConvenienceFunctions/*.{h,m}",
"exclude_files": "ASYConvenienceFunctionsTests/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}