blob: 2761dbfa390042122b5ccc088389bb62cb7a3959 [file] [log] [blame]
{
"name": "CLKAssetManager",
"version": "0.1.1",
"summary": "The best way to reduce your iOS app binary by safely downloading binary assets at most once",
"homepage": "https://github.com/Clinkle/CLKAssetManager",
"license": "Apache",
"authors": {
"tsheaff": "tyler@clinkle.com"
},
"source": {
"git": "https://github.com/Clinkle/CLKAssetManager.git",
"tag": "0.1.1"
},
"dependencies": {
"CLKModel": [
"~> 0.1.1"
],
"CLKSingletons": [
"~> 0.1.1"
],
"AFNetworking": [
"~> 2.5.1"
]
},
"frameworks": "CommonCrypto",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}