[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / a / MeCall / 0.0.1 / MeCall.podspec.json
blob2c942b6daa0a59d33fde259bd8a42cb94e8715de
2   "name": "MeCall",
3   "version": "0.0.1",
4   "homepage": "https://bitbucket.org/u2systems-ios/mecall",
5   "summary": "A VoIP Framework for iOS App",
6   "description": "MeCall is a VoIP framework that can be integrate into any iOS app, extend with voice calling feature",
7   "license": "GPL",
8   "authors": {
9     "Yep Mun Chun": "munchun.yep@u2systems.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://bitbucket.org/u2systems-ios/mecall.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "MeCall/**/*.{h,m}",
19   "public_header_files": "MeCall/*.h",
20   "private_header_files": "MeCall/liblinphone-sdk/apple-darwin/include/**/*.h",
21   "vendored_libraries": "MeCall/liblinphone-sdk/apple-darwin/lib/**/*.a",
22   "pod_target_xcconfig": {
23     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/MeCall/MeCall/liblinphone-sdk/apple-darwin/include"
24   }