blob: 0c83a748c171d667f77eaa5e78e85badbe432c16 [file] [log] [blame]
{
"name": "LGALibrary",
"version": "1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*",
"preserve_paths": "Pod/Assets/*.lproj",
"frameworks": [
"Foundation",
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}