blob: 5148e60c4d2ed5966fc942c50c1260b8d3e0e44d [file] [log] [blame]
{
"name": "LGALibrary",
"version": "1.1.0",
"summary": "A collection of utilities and categories.",
"description": " A collection of utilities and categories for iOS development.\n",
"homepage": "https://github.com/loicgardiol/LGALibrary",
"license": "MIT",
"authors": {
"Loic Gardiol": "loic.gardiol@gmail.com"
},
"source": {
"git": "https://github.com/loicgardiol/LGALibrary.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Foundation",
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}