blob: 39d0171dc2ad0823cf846abef15d79150e1ef3c5 [file] [log] [blame]
{
"name": "LGALibrary",
"version": "1.2.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.2.0"
},
"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"
]
}
}