[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 9 / Telegram-iOS-SDK / 0.0.5 / Telegram-iOS-SDK.podspec.json
blob15724187c7d1976d8e0b7f349ac67f9113decec2
2   "name": "Telegram-iOS-SDK",
3   "version": "0.0.5",
4   "summary": "Telegram-iOS-SDK. Source code of Telegram 2.8 ported to pods",
5   "description": "                       arm64 compatible. Work in progress.\n                       Feel free to contribute.\n",
6   "homepage": "https://github.com/batkov/Telegram-iOS-SDK",
7   "license": "GPLv2",
8   "authors": {
9     "Hariton Batkov": "batkov@i.ua"
10   },
11   "source": {
12     "git": "https://github.com/batkov/Telegram-iOS-SDK.git",
13     "tag": "0.0.5"
14   },
15   "social_media_url": "https://twitter.com/batkov111",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": "Pod/Classes/ARC/**/*",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-lstdc++ -ObjC"
22   },
23   "source_files": "Pod/Classes/**/*.{h,m,c,cpp,mm}",
24   "compiler_flags": "-Wall",
25   "resource_bundles": {
26     "Telegram-iOS-SDK": [
27       "Pod/Assets/**/*"
28     ]
29   },
30   "frameworks": [
31     "AddressBook",
32     "AddressBookUI",
33     "CoreLocation"
34   ],
35   "dependencies": {
36     "BLPhoneFormat": [
38     ],
39     "BLContactsViewController": [
41     ],
42     "pop": [
44     ]
45   },
46   "ios": {
47     "vendored_libraries": "Pod/Libs/**"
48   },
49   "libraries": [
50     "z",
51     "crypto"
52   ]