blob: 9c5f97420c64f07c78017b6336f6b7e0d3241bb0 [file] [log] [blame]
{
"name": "kyloanLibraryIOS",
"version": "0.0.1",
"summary": "A short description of kyloanLibraryIOS.",
"description": "common library for ios",
"homepage": "http://www.zealfi.com",
"license": "MIT",
"authors": {
"tanglin": "tanglin@zealfi.com"
},
"platforms": {
"ios": "7.0"
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/KYLibrary/Lib"
},
"source": {
"git": "git@git.zealfi.com:products/kyloanLibraryIOS.git",
"tag": "0.0.1"
},
"source_files": "KYLibrary/KYLibrary.h",
"public_header_files": "KYLibrary/KYLibrary.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"DejalActivityView": [
"~> 1.2"
],
"Toast": [
"~> 3.0"
],
"iRate": [
"~> 1.11.4"
],
"SSKeychain": [
"~> 1.2.3"
],
"CMPopTipView": [
"~> 2.3.0"
],
"KZBootstrap": [
],
"MJExtension": [
]
},
"frameworks": [
"Foundation",
"CoreLocation",
"CoreData",
"UIKit",
"CoreGraphics"
]
}