blob: d087ea202d646fa5f45e85a11ef425f925eeaf82 [file] [log] [blame]
{
"name": "JanstiLib",
"version": "2.0.1",
"summary": "A short description of JanstiLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/JustinLau/JanstiLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JustinLau": "janstilau@gmail.com"
},
"source": {
"git": "https://github.com/janstilau/JanstiLib.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JanstiLib/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
]
}
}