blob: d44abf0c420aa04a91b1eca00a8ada9ec21cebc5 [file] [log] [blame]
{
"name": "nv_test",
"version": "0.3.0",
"summary": "this is my first cocoapods lib for testing my nv lib",
"description": "This is my first cocoapods lib for testing my nv lib so that we can create lib for users",
"homepage": "https://github.com/ashraf-nv/nv_test",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ashraf-nv": "ashraf@notifyvisitors.com"
},
"source": {
"git": "https://github.com/ashraf-nv/nv_test.git",
"tag": "0.3.0"
},
"platforms": {
"ios": null
},
"source_files": "nv_test/Classes/**/*.h",
"resources": [
"nv_test/Assets/**/*.png",
"nv_test/Assets/**/*.jpg",
"nv_test/Classes/nvResourceValues.plist"
],
"vendored_libraries": "nv_test/Classes/libnotifyvisitors_5_1_3.a",
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}