blob: 0f06428780615fe809b224312c4cc7471c90db29 [file] [log] [blame]
{
"name": "Modularity1",
"version": "1.0.0",
"summary": "Kp modularity test",
"description": "Modularity check for modules. It is module 1.",
"homepage": "https://github.com/kittu4ios/Modularity1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krishnaprakash": "Prakash.7575@gmail.com"
},
"source": {
"git": "https://github.com/kittu4ios/Modularity1.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Modularity1/Modularity1/**/*.{h,m,swift}",
"resources": [
"Modularity1/**/*.{storyboard,xib,xcassets}"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
"~> 4.0"
]
}
}