4 "summary": "Universal MTProto framework for both iOS and OS X",
5 "homepage": "https://github.com/PauloMigAlmeida/MtProtoKit",
9 "Paulo Miguel Almeida": "paulo.ubuntu@gmail.com"
16 "git": "https://github.com/PauloMigAlmeida/MtProtoKit.git",
21 "MTProtoKit/**/*.{h,m}",
22 "thirdparty/AsyncSocket/*.{h,m}"
24 "public_header_files": "**/*.h",
25 "frameworks": "Foundation",
27 "prefix_header_file": "MtProtoKitiOS/MtProtoKit-Prefix.pch"
38 "name": "AFNetworking",
39 "source_files": "thirdparty/AFNetworking/*.{h,m}",
44 "source_files": "openssl/openssl/*.{h,m}",
45 "header_dir": "openssl",
46 "libraries": "crypto",
48 "preserve_paths": "openssl/iOS/libcrypto.a",
49 "vendored_libraries": "openssl/iOS/libcrypto.a"
52 "preserve_paths": "openssl/OSX/libcrypto.a",
53 "vendored_libraries": "openssl/OSX/libcrypto.a"