blob: 01d45fe0c6dc5526af34c4f7e675aa3ad9eb1ecf [file] [log] [blame]
{
"name": "ObjectiveDDP",
"platforms": {
"ios": "6.0"
},
"version": "0.1.3",
"license": "MIT",
"summary": "Facilitates communication between iOS clients and meteor.js servers",
"homepage": "https://github.com/boundsj/ObjectiveDDP.git",
"authors": "Jesse Bounds",
"source": {
"git": "https://github.com/boundsj/ObjectiveDDP.git",
"tag": "v0.1.3"
},
"source_files": [
"ObjectiveDDP/*.{h,m,c}",
"ObjectiveDDP/openssl/*.{h}",
"ObjectiveDDP/srp/*.{h,m,c}"
],
"resources": "ObjectiveDDP/libcrypto.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/ObjectiveDDP/ObjectiveDDP/**",
"OTHER_LDFLAGS": "-lcrypto"
},
"libraries": "crypto",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
]
}
}