[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / d / b / 2 / NaverLoginSDK / 0.0.4 / NaverLoginSDK.podspec.json
blob9acfada49c4a3409a9b3b3a326ccd08b5f4a0423
2   "name": "NaverLoginSDK",
3   "version": "0.0.4",
4   "summary": "naver login sdk pod",
5   "description": "네이버 로그인 SDK의 Pod Library 입니다",
6   "homepage": "https://github.com/juensr-jason",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": "srjuen",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "requires_arc": false,
16   "source": {
17     "git": "https://github.com/juensr-jason/NaverLoginSDK.git",
18     "tag": "0.0.4"
19   },
20   "vendored_libraries": "Classes/libNaverLogin.a",
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "public_header_files": "Classes/*.h",
26   "resources": "Resources/NaverAuth.bundle",
27   "pod_target_xcconfig": {
28     "OTHER_LDFLAGS": "-all_load -ObjC"
29   }