blob: 3cc3c2ec2faf7391bea87da4eb0dd7db4ef3c339 [file] [log] [blame]
{
"name": "CLKAssetManager",
"version": "0.1.2",
"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.2"
},
"dependencies": {
"CLKModel": [
"~> 0.1.1"
],
"CLKSingletons": [
"~> 0.1.1"
],
"AFNetworking": [
"~> 2.5.1"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}