[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / b / 0 / c / MTProtoKit / 0.0.1 / MTProtoKit.podspec.json
blob47283b397c67ade58bf5f7837400f8c4abb86c88
2   "name": "MTProtoKit",
3   "version": "0.0.1",
4   "summary": "Universal MTProto framework for both iOS and OS X",
5   "homepage": "https://github.com/PauloMigAlmeida/MtProtoKit",
6   "license": "MIT",
7   "authors": {
8     "Peter Iakovlev": "",
9     "Paulo Miguel Almeida": "paulo.ubuntu@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.1",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/PauloMigAlmeida/MtProtoKit.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "*.{h,m}",
21     "MTProtoKit/**/*.{h,m}",
22     "thirdparty/AsyncSocket/*.{h,m}"
23   ],
24   "public_header_files": "**/*.h",
25   "frameworks": "Foundation",
26   "ios": {
27     "prefix_header_file": "MtProtoKitiOS/MtProtoKit-Prefix.pch"
28   },
29   "libraries": "z",
30   "requires_arc": true,
31   "dependencies": {
32     "SSignalKit": [
33       "~> 0.0.2"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "AFNetworking",
39       "source_files": "thirdparty/AFNetworking/*.{h,m}",
40       "requires_arc": false
41     },
42     {
43       "name": "OpenSSL",
44       "source_files": "openssl/openssl/*.{h,m}",
45       "header_dir": "openssl",
46       "libraries": "crypto",
47       "ios": {
48         "preserve_paths": "openssl/iOS/libcrypto.a",
49         "vendored_libraries": "openssl/iOS/libcrypto.a"
50       },
51       "osx": {
52         "preserve_paths": "openssl/OSX/libcrypto.a",
53         "vendored_libraries": "openssl/OSX/libcrypto.a"
54       }
55     }
56   ]